Files
spacedrive/packages/core/bindings/StorageDevice.ts
2021-12-27 15:48:48 -08:00

2 lines
289 B
TypeScript

export interface StorageDevice { id: number, name: string, path: string, total_capacity: number, available_capacity: number, is_removable: boolean, is_ejectable: boolean, is_root_filesystem: boolean, is_online: boolean, watch_active: boolean, date_created: string, last_indexed: string, }