UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 492 B
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