Interface AppsGetLeaderboardExtendedResponse

interface AppsGetLeaderboardExtendedResponse {
    count: number;
    items: AppsLeaderboard[];
    profiles: UsersUser[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

profiles: UsersUser[]

Generated using TypeDoc