Interface FriendsGetByPhonesParams

interface FriendsGetByPhonesParams {
    fields?: UsersFields[];
    phones?: string | string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

fields?: UsersFields[]
phones?: string | string[]

Generated using TypeDoc