export interface FileData { file: string; id: string; path: string; file_name?: string; }