Hierarchy

  • ILeaderboardEntries

Properties

count: number

Total number of leaderboard entries

List of entries

iterator: (() => IterableIterator<ILeaderboardRankPayload[]>)

Type declaration

next?: (() => IteratorResult<ILeaderboardRankPayload[], any>)

Type declaration

previous?: (() => IteratorResult<ILeaderboardRankPayload[], any>)

Type declaration

Generated using TypeDoc