Interface IPushRuleCondition<N>

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

Type Parameters

Hierarchy (View Summary)

Indexable

  • [k: string]: any

Properties

Properties

kind: N