export type DropboxFile = { icon: string; id: string; isDir: boolean; link: string; linkType: 'preview'; name: string; };