Interface AccountInfo

interface AccountInfo {
    country: string;
    lang: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

country: string

Country code

lang: number

Language ID

Generated using TypeDoc