export class NotificationTypes { public static readonly NEW_DIALOG = '1'; public static readonly UPDATE_DIALOG = '2'; public static readonly DELETE_LEAVE_DIALOG = '3'; public static readonly REMOVE_USER = '4'; }