UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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