UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 296 B
/** The registry configurations applied when creating a domain name */ export interface CreateLifecycleRegistryConfiguration { /** The number of months allowed for a domain creation */ allowedPeriodsInMonths?: number[]; } //# sourceMappingURL=CreateLifecycleRegistryConfiguration.d.ts.map