File

libs/eventing/src/lib/model/response/rules.ts

Extends

Id

Index

Properties

Properties

eventTrigger
eventTrigger: EventTrigger
Type : EventTrigger
eventType
eventType: EventType
Type : EventType
notificationLevel
notificationLevel: NotificationLevel
Type : NotificationLevel
import { EventTrigger, EventType, Id, NotificationLevel } from './common';

export interface Rule extends Id {
    eventTrigger: EventTrigger;
    eventType: EventType;
    notificationLevel: NotificationLevel;
}

result-matching ""

    No results matching ""