import type { EntityRef } from '.'; export type AbstractFile = EntityRef & { title: string; filename: string; size: number; };