UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 212 B
type DedicatedCephUserGetResponse = { key?: string; mdsCaps?: string; monCaps?: string; name?: string; osdCaps?: string; serviceName?: string; }; export { DedicatedCephUserGetResponse };