UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 148 B
/** Create a new ceph user */ export interface Create { /** Name of the new user */ userName: string; } //# sourceMappingURL=Create.d.ts.map