migrate around me to the backend
This commit is contained in:
8
projects/common/src/response/around-player-response.ts
Normal file
8
projects/common/src/response/around-player-response.ts
Normal 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[];
|
||||
};
|
Reference in New Issue
Block a user