UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 298 B
import { UnitAndValueLong } from '../../complexType/UnitAndValueLong'; /** A Filer profile */ export interface Profile { /** Human-Readable name */ fullName: string; /** Commercial name */ name: string; /** */ size: UnitAndValueLong; } //# sourceMappingURL=Profile.d.ts.map