Interface FaveGetExtendedResponse

interface FaveGetExtendedResponse {
    count: number;
    groups: GroupsGroup[];
    items: FaveBookmark[];
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number

groups: GroupsGroup[]
items: FaveBookmark[]
profiles: UsersUserFull[]

Generated using TypeDoc