diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-21 09:23:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-21 09:50:56 +0900 |
| commit | 80ee46c81dda5331f66aa401435447f22ff187cd (patch) | |
| tree | 10830e1e882808b0ecbebd2164fd805160558ca2 /frontend/app/api/schema.d.ts | |
| parent | d379ce3309e5241359b9849fd0170909a140169c (diff) | |
| download | iosdc-japan-2025-albatross-80ee46c81dda5331f66aa401435447f22ff187cd.tar.gz iosdc-japan-2025-albatross-80ee46c81dda5331f66aa401435447f22ff187cd.tar.zst iosdc-japan-2025-albatross-80ee46c81dda5331f66aa401435447f22ff187cd.zip | |
feat(frontend): show game result in 1v1 watch
Diffstat (limited to 'frontend/app/api/schema.d.ts')
| -rw-r--r-- | frontend/app/api/schema.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/app/api/schema.d.ts b/frontend/app/api/schema.d.ts index 0cace21..6f69292 100644 --- a/frontend/app/api/schema.d.ts +++ b/frontend/app/api/schema.d.ts @@ -201,6 +201,8 @@ export interface components { code: string; /** @example 100 */ score: number | null; + /** @example 946684800 */ + best_score_submitted_at: number | null; status: components["schemas"]["ExecutionStatus"]; }; RankingEntry: { |
