UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 297 B
import { RightEnum } from './storage/RightEnum'; /** Missing description */ export interface ProjectStorageUserCreation { /** User description */ description?: string; /** User right (all, read, write) */ right: RightEnum; } //# sourceMappingURL=ProjectStorageUserCreation.d.ts.map