UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 188 B
/** Partition Quota */ export interface Quota { /** the size to set in MB */ size: number; /** the uid to set quota on */ uid: number; } //# sourceMappingURL=Quota.d.ts.map