import { MiniFolder } from './MiniFolder'; export type SearchFile = { readonly id: string; name: string; readonly headline: string; readonly picture_url: string; readonly folder: MiniFolder; };