Files
spacedrive/core/bindings/FilePath.ts
2022-05-23 03:16:23 -07:00

2 lines
294 B
TypeScript

export interface FilePath { id: number, is_dir: boolean, location_id: number, materialized_path: string, name: string, extension: string | null, file_id: number | null, parent_id: number | null, has_local_thumbnail: boolean, date_created: string, date_modified: string, date_indexed: string, }