@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 430 B
TypeScript
/** The registry configurations applied to the DNS of a domain name */
export interface DNSRegistryConfiguration {
/** Whether DNSSEC is supported by the registry/backend and handled by OVHcloud */
isDNSSECSupported: boolean;
/** The maximum required number of DNS */
maxNumber?: number;
/** The minimum required number of DNS */
minNumber?: number;
}
//# sourceMappingURL=DNSRegistryConfiguration.d.ts.map