UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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