@databutton/firebase-types 1.71.12 → 1.71.13
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.
|
@@ -1274,7 +1274,7 @@ export interface DomainV2 {
|
|
|
1274
1274
|
owner: string;
|
|
1275
1275
|
validationStatus: "pending" | "validated" | "failed";
|
|
1276
1276
|
active: boolean;
|
|
1277
|
-
dnsRegistrar?: "namecheap" | "unknown";
|
|
1277
|
+
dnsRegistrar?: "namecheap" | "unknown" | string;
|
|
1278
1278
|
dnsRecords: {
|
|
1279
1279
|
name: string;
|
|
1280
1280
|
type: "CNAME" | "ALIAS";
|