export interface NotificationState {
  notifications: {
    data: any;
    loader: boolean;
  };
}
