@databutton/firebase-types 1.72.44 → 1.72.45
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.
|
@@ -876,7 +876,11 @@ export type DnsRecord = {
|
|
|
876
876
|
name: string;
|
|
877
877
|
type: "CNAME" | "ALIAS" | "CAA" | "ANAME";
|
|
878
878
|
value: string;
|
|
879
|
-
|
|
879
|
+
/**
|
|
880
|
+
* @deprecated Use validationStatus
|
|
881
|
+
*/
|
|
882
|
+
validated?: boolean;
|
|
883
|
+
validationStatus?: "PENDING_VALIDATION" | "SUCCESS" | "FAILED";
|
|
880
884
|
};
|
|
881
885
|
export interface ProjectCustomDomain {
|
|
882
886
|
domainName: string;
|