UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 227 B
/** Subscribable Savings Plan offer */ export interface SubscribableSavingsPlanOffer { /** Identifier of the Savings Plan commercial offer */ offerId: string; } //# sourceMappingURL=SubscribableSavingsPlanOffer.d.ts.map