UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 218 B
/** Option of Offer */ export interface OfferOption { /** Name of the option */ name: string; /** Number of slots, couting included slots */ quantity: number; } //# sourceMappingURL=OfferOption.d.ts.map