test: history

This commit is contained in:
rngsurrounded
2025-03-03 03:15:19 +09:00
parent 17858f1e45
commit 86f68619cb
4 changed files with 67 additions and 19 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ interface Solution {
id: string,
status: SolutionStatus,
timestamp: string,
earned_points: number
earned_points: number,
content: string
}
export type {Task, Solution}