Interface IEventPropertyContainsCondition

interface IEventPropertyContainsCondition {
    key: string;
    kind: EventPropertyContains;
    value:
        | null
        | string
        | number
        | boolean;
}

Hierarchy (view full)

Properties

Properties

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