UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 189 B
/** Offer change */ export interface OfferChange { /** The current offer will be replace by this one on the next renew. */ offer: string; } //# sourceMappingURL=OfferChange.d.ts.map