UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 313 B
/** Enum of Offers */ export declare enum OfferEnum { 'discovery' = "discovery", 'enterprise' = "enterprise", 'enterpriseMobile' = "enterpriseMobile", 'resellerEnterprise' = "resellerEnterprise", 'resellerEnterpriseMobile' = "resellerEnterpriseMobile" } //# sourceMappingURL=OfferEnum.d.ts.map