Interface IEventPropertyIsCondition

interface IEventPropertyIsCondition {
    key: string;
    kind: EventPropertyIs;
    value: null | string | number | boolean;
}

Hierarchy (view full)

Properties

Properties

key: string
value: null | string | number | boolean

Generated using TypeDoc