export interface FileObject { id: string; path: string; tmpPath: string; }