Interface AppsIsNotificationsAllowedResponse

interface AppsIsNotificationsAllowedResponse {
    is_allowed: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

is_allowed: number | boolean

Whether notifications are allowed for current user from concrete app or not

Generated using TypeDoc