@databutton/firebase-types 1.72.58 → 1.72.60
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.
|
@@ -1376,6 +1376,11 @@ export interface DomainV2 {
|
|
|
1376
1376
|
linearIssueId?: string;
|
|
1377
1377
|
acmCertificateArn?: string;
|
|
1378
1378
|
acmCertificateStatus?: CertificateStatus;
|
|
1379
|
+
/**
|
|
1380
|
+
* Defaults to /api if nothing else is set
|
|
1381
|
+
* Requires infra upgrade to change
|
|
1382
|
+
*/
|
|
1383
|
+
apiPathPrefix?: string;
|
|
1379
1384
|
}
|
|
1380
1385
|
/**
|
|
1381
1386
|
* Taken from AWS types
|