Interface AccountGetPushSettingsParams

interface AccountGetPushSettingsParams {
    device_id?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

device_id?: string

Unique device ID.

Generated using TypeDoc