UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 413 B
import { TemplateOsInfoLicenseItem } from './TemplateOsInfoLicenseItem'; /** A structure describing some interesting facts about an OS template licensing */ export interface TemplateOsInfoLicense { /** OS template license OS details */ os?: TemplateOsInfoLicenseItem; /** OS template license usage details */ usage?: TemplateOsInfoLicenseItem; } //# sourceMappingURL=TemplateOsInfoLicense.d.ts.map