Skip to content

Commit

Permalink
Merge pull request #201 from tosuapp/feat/tourney-beatmap-stats
Browse files Browse the repository at this point in the history
Add `beatmap stats` to each `player`
  • Loading branch information
cyperdark authored Oct 10, 2024
2 parents afa2000 + 1e72b96 commit 3021fd5
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 273 deletions.
3 changes: 3 additions & 0 deletions packages/tosu/src/api/types/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,5 +556,8 @@ export interface TourneyClients {
globalRank: number;
totalPP: number;
};
beatmap: {
stats: Stats;
};
play: Play;
}
Loading

0 comments on commit 3021fd5

Please sign in to comment.