UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 166 B
/** Type of your service offer */ export declare enum OfferType { 'company' = "company", 'individual' = "individual" } //# sourceMappingURL=OfferType.d.ts.map