import { SyncLicenseEnum } from './SyncLicenseEnum';
/** Sync account license */
export interface SyncAccountLicense {
    /** the kind of license under which sync account is contracted */
    license: SyncLicenseEnum;
    /** number of license instances */
    licenseQuantity: number;
}
//# sourceMappingURL=SyncAccountLicense.d.ts.map