UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 337 B
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