@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 463 B
TypeScript
/** The registry configurations applied when ordering a domain name */
export interface OrderLifecycleRegistryConfiguration {
/** True if the extension can be ordered from the website */
active: boolean;
/** The maximum number of months a domain can be ordered for */
maxMonths?: number;
/** The minimum number of months a domain can be ordered for */
minMonths?: number;
}
//# sourceMappingURL=OrderLifecycleRegistryConfiguration.d.ts.map