UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 239 B
type DedicatedCephUserPoolPermListResponse = { classRead?: boolean; classWrite?: boolean; execute?: boolean; poolName?: string; read?: boolean; write?: boolean; }; export { DedicatedCephUserPoolPermListResponse };