export class NotificationRule { name: string; value: string; description: string; recurrence: boolean; ruleId: string; }