@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 585 B
TypeScript
/** The registry configurations applied when renewing a domain name */
export interface RenewLifecycleRegistryConfiguration {
/** The number of months allowed for a domain renewal */
allowedPeriodsInMonths?: number[];
/** The number of calendar days between the expiration date and the redemption period when a renew can be executed. During this period, the domain has expired and is suspended. It's the number of days before real deletion. The customer can still renew. */
gracePeriodInDays?: number;
}
//# sourceMappingURL=RenewLifecycleRegistryConfiguration.d.ts.map