fix contest conflict.

This commit is contained in:
2023-03-16 14:49:34 +08:00
parent 51328770c6
commit 0fa885d892
15 changed files with 290 additions and 148 deletions

View File

@@ -37,7 +37,7 @@ export interface User {
id: number
username: string
email: string
admin_type: string
admin_type: "Regular User" | "Super Admin" | "Admin"
problem_permission: string
create_time: Date
last_login: Date