export interface FileBrowserDoc { filePath?: string; isFolder?: boolean; fileId?: string; }