export interface File {
  id: string;
  title: string;
  filename_disk: string;
}
