import { OvhLicenceEnum } from './OvhLicenceEnum';
/** Exchange account license */
export interface AccountLicense {
    /**  */
    license: OvhLicenceEnum;
    /**  */
    licenseQuantity: number;
}
//# sourceMappingURL=AccountLicense.d.ts.map