UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

14 lines 524 B
/** A structure describing some interesting facts about an OS template project item */ export interface TemplateOsInfoProjectItem { /** OS template project item governance */ governance?: string[]; /** OS template project item name */ name?: string; /** OS template project item release notes */ releaseNotes?: string; /** OS template project item url */ url?: string; /** OS template project item version */ version?: string; } //# sourceMappingURL=TemplateOsInfoProjectItem.d.ts.map