@databutton/firebase-types 1.72.84 → 1.72.85
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.
|
@@ -1272,10 +1272,12 @@ export type Appbutler = {
|
|
|
1272
1272
|
cloudRunServiceId?: string;
|
|
1273
1273
|
region?: string;
|
|
1274
1274
|
regionCode?: string;
|
|
1275
|
+
cloudRunProject?: string;
|
|
1275
1276
|
templateRef?: string;
|
|
1276
1277
|
projectId?: string;
|
|
1277
1278
|
serviceIsReady: boolean;
|
|
1278
1279
|
overrideURL?: string;
|
|
1280
|
+
internalURL?: string;
|
|
1279
1281
|
username?: string;
|
|
1280
1282
|
customDomain?: string;
|
|
1281
1283
|
};
|