/** Create subscription */
export interface SubscriptionCreation {
    /** License's type unique identifier */
    licenseId: number;
    /** Quantity of licenses to order */
    quantity: number;
}
//# sourceMappingURL=SubscriptionCreation.d.ts.map