oops
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 47s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m19s

This commit is contained in:
Lee
2024-10-28 16:30:12 +00:00
parent 1c2214a659
commit 0ec1fc9d41
4 changed files with 15 additions and 2 deletions

View File

@ -35,4 +35,9 @@ export type PreviousScore = {
* The full combo of the previous score.
*/
fullCombo?: boolean;
/**
* When the previous score was set.
*/
timestamp: Date;
};