Interface GroupsProfileItem

interface GroupsProfileItem {
    first_name: string;
    id: number;
    photo_100: string;
    photo_50: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

first_name: string

User first name

id: number

User id

photo_100: string

Url for user photo

photo_50: string

Url for user photo

Generated using TypeDoc