Interface IPushRuleCondition<N>

interface IPushRuleCondition<N> {
    kind: N;
    [k: string]: any;
}

Type Parameters

Hierarchy (view full)

Indexable

  • [k: string]: any

Properties

Properties

kind: N