export interface DownloadResponse { data: ArrayBuffer; filename: string; }