UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 299 B
/** All quantities of domain available for a license */ export declare enum DomainNumberEnum { 'Key_0' = "0", 'Key_1' = "1", 'Key_10' = "10", 'Key_100' = "100", 'Key_30' = "30", 'Key_300' = "300", 'unlimited' = "unlimited" } //# sourceMappingURL=DomainNumberEnum.d.ts.map