UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 183 B
type DedicatedCloudRobot = { criticity?: string; description?: string | null; enabled?: boolean; name?: string; type?: string; }; export { DedicatedCloudRobot };