Project

General

Profile

1 53600 argiro.kok
export class UserNotificationsRights {
2 54961 k.triantaf
  notifyForNewManagers: boolean;
3
  notifyForNewSubscribers: boolean;
4
  managerEmail: string;
5 53600 argiro.kok
}