export interface INotificationDTO { id: string; namespace?: string; readAt?: Date; accountId: string; title: string; content: string; actionLink?: string; createdAt: Date; }