UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 222 B
/** Missing description */ export interface ProjectVolumeUpsizeCreation { /** New volume size (in GiB) (must be greater than current one) */ size: number; } //# sourceMappingURL=ProjectVolumeUpsizeCreation.d.ts.map