export type FavoriteFile = { readonly id: string; name: string; readonly content_type: string | null; readonly tags: Array; expires_at?: string | null; };