@databutton/firebase-types 1.75.18 → 1.75.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -931,12 +931,16 @@ export interface Project {
|
|
|
931
931
|
provider: "fly" | "cloudrun";
|
|
932
932
|
cpuCount?: number;
|
|
933
933
|
memoryInGb?: number;
|
|
934
|
+
regionHint?: string;
|
|
935
|
+
useVpc?: boolean;
|
|
934
936
|
};
|
|
935
937
|
prodxConfig?: {
|
|
936
938
|
provider: "cloudrun";
|
|
937
939
|
cpuCount?: number;
|
|
938
940
|
memoryInGb?: number;
|
|
939
941
|
alwaysOn?: boolean;
|
|
942
|
+
regionHint?: string;
|
|
943
|
+
useVpc?: boolean;
|
|
940
944
|
};
|
|
941
945
|
}
|
|
942
946
|
export interface ProjectAccess {
|