Files
spacedrive/core/bindings/LocationResource.ts
2022-04-22 19:38:26 +08:00

2 lines
230 B
TypeScript

export interface LocationResource { id: number, name: string | null, path: string | null, total_capacity: number | null, available_capacity: number | null, is_removable: boolean | null, is_online: boolean, date_created: string, }