UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 164 B
/** Create a new ceph erasure pool */ export interface Create { /** Name of the new pool erasure */ poolName: string; } //# sourceMappingURL=Create.d.ts.map