export interface FileDownload { event: 'file_download'; item_id: number; }