export interface NotificationModel { mailNotification?: boolean; pushNotification?: boolean; smsNotification?: boolean; }