export interface INotificationCreateDTO { accountId: string; title: string; content: string; actionLink?: string; eventId?: string; }