UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 165 B
/** HYCU license file */ export interface LicenseFile { /** Raw text of the HYCU license file */ content: string; } //# sourceMappingURL=LicenseFile.d.ts.map