Notification: {
    channel: NotificationChannel;
    destination: string;
    id: number;
    projectId?: number;
    projectName?: string;
    scope: NotificationScope;
    userEmail: string;
    userId: number;
}

Type declaration