Interface FriendsAddListResponse

interface FriendsAddListResponse {
    list_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

list_id: number

List ID

Generated using TypeDoc