export type ScanWebhookRequest = { file_id: string; filename: string; status: string; message: string; };