export class UserNotificationsRights { notifyForNewManagers: boolean; notifyForNewSubscribers: boolean; managerEmail: string; }