UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 139 B
type DedicatedCloudOs = { fullName?: string; lastModificationDate?: Date; shortName?: string; }; export { DedicatedCloudOs };