export interface INotificationTarget { fileId: string; dossierId: string; [key: string]: unknown; }