Interface ISenderNotificationPermissionCondition

interface ISenderNotificationPermissionCondition {
    key: string;
    kind: SenderNotificationPermission;
    [k: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [k: string]: any

Properties

Properties

key: string