UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 217 B
type DedicatedTemplateOsInfoProjectItem = { governance?: string[] | null; releaseNotes?: string | null; url?: string | null; version?: string | null; }; export { DedicatedTemplateOsInfoProjectItem };