Skip to content

Commit

Permalink
Add total_score_without_mods to solo score json definition
Browse files Browse the repository at this point in the history
As requested in #11211 (comment)
  • Loading branch information
bdach committed May 23, 2024
1 parent b2dafd0 commit c866744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/interfaces/solo-score-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ type SoloScoreJsonDefaultAttributes = {
started_at: string | null;
statistics: Partial<Record<SoloScoreStatisticsAttribute, number>>;
total_score: number;
total_score_without_mods: number | null;
type: 'solo_score' | `score_best_${GameMode}` | `score_${GameMode}`;
user_id: number;
} & (
Expand Down

0 comments on commit c866744

Please sign in to comment.