UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 208 B
/** Object */ export interface ExportLocationObject { /** Export location id */ id: string; /** Export location mount path */ path: string; } //# sourceMappingURL=ExportLocationObject.d.ts.map