UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 225 B
import { CloudStorageRightEnum } from './CloudStorageRightEnum.js'; type CloudProjectStorageUserCreation = { description?: string | null; right: CloudStorageRightEnum; }; export { CloudProjectStorageUserCreation };