UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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