Interface WallSearchExtendedResponse

interface WallSearchExtendedResponse {
    count: number;
    groups: GroupsGroupFull[];
    items: WallWallpostFull[];
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number

groups: GroupsGroupFull[]
profiles: UsersUserFull[]

Generated using TypeDoc