Interface FriendsMutualFriend

interface FriendsMutualFriend {
    common_count: number;
    common_friends: number[];
    id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

common_count: number

Total mutual friends number

common_friends: number[]

User ID

id: number

User ID

Generated using TypeDoc