Interface IPushRules

interface IPushRules {
    device?: PushRuleSet;
    global: PushRuleSet;
}

Properties

Properties

device?: PushRuleSet
global: PushRuleSet