add basic player view
All checks were successful
deploy / deploy (push) Successful in 1m37s

This commit is contained in:
Lee
2023-10-19 15:48:02 +01:00
parent 1e52ac3d93
commit ce7eb17242
9 changed files with 238 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export type ScoresaberPlayer = {
role: string;
badges: ScoresaberBadge[];
histories: string;
scoreStats: ScoresaberScoreStats[];
scoreStats: ScoresaberScoreStats;
permissions: number;
banned: boolean;
inactive: boolean;