export interface File { type: "file"; external_id: string; source: "remote"; block_id?: string; }