Project

General

Profile

1
export class UserNotificationsRights {
2
  notifyForNewManagers:boolean;
3
  notifyForNewSubscribers:boolean;
4
  managerEmail:string;
5
}
(5-5/5)