export interface NotificationResponse { message?: string; title?: string; status?: number; }