/** 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