export interface NotificationRequest { eventId: String; organisation: String; userId: String; title: String; content: String; url: String; }