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