UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 209 B
/** Exchange account licence */ export declare enum ExchangeLicenceEnum { 'basic' = "basic", 'enterprise' = "enterprise", 'standard' = "standard" } //# sourceMappingURL=ExchangeLicenceEnum.d.ts.map