Interface FriendsFriendsList

interface FriendsFriendsList {
    id: number;
    name: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

List ID

name: string

List title

Generated using TypeDoc