UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 352 B
/** Create subscription order addon */ export interface SubscriptionOrderAddonCreation { /** License id associated to this addon subscription (see subscription/<id>/availableAddonLicenses) */ licenseId: number; /** Seat quantity of the new subscription */ quantity: number; } //# sourceMappingURL=SubscriptionOrderAddonCreation.d.ts.map