migrate around me to the backend

This commit is contained in:
Lee
2024-10-19 04:53:06 +01:00
parent 7421c47959
commit c40b8b5d8e
10 changed files with 123 additions and 92 deletions

View File

@ -0,0 +1,8 @@
import ScoreSaberPlayerToken from "../types/token/scoresaber/score-saber-player-token";
export type AroundPlayerResponse = {
/**
* The players around the player.
*/
players: ScoreSaberPlayerToken[];
};