@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 443 B
TypeScript
/** The registry configurations applied when transfering a domain name */
export interface TransferLifecycleRegistryConfiguration {
/** The number of months allowed for a domain transfer */
allowedPeriodsInMonths?: number[];
/** Whether the transfer includes a renewal of the domain name, and therefore updates its expiration date */
includeRenew: boolean;
}
//# sourceMappingURL=TransferLifecycleRegistryConfiguration.d.ts.map