@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 492 B
TypeScript
import { LabelDomainRegistryConfiguration } from './LabelDomainRegistryConfiguration';
/** The registry configurations applied to a domain name */
export interface DomainRegistryConfiguration {
/** Whether premium domains are supported by the registry and handled by OVHcloud */
isPremiumSupported: boolean;
/** The registry configurations applied to the domain name label */
label: LabelDomainRegistryConfiguration;
}
//# sourceMappingURL=DomainRegistryConfiguration.d.ts.map