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