Interface AccountPushSettings

interface AccountPushSettings {
    disabled_until: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

disabled_until: number

Time until that notifications are disabled in Unixtime

Generated using TypeDoc