update
This commit is contained in:
@@ -33,7 +33,11 @@ export interface Profile {
|
||||
submission_number: number
|
||||
}
|
||||
|
||||
export type UserAdminType = "Regular User" | "Student Admin" | "Teacher Admin" | "Super Admin"
|
||||
export type UserAdminType =
|
||||
| "Regular User"
|
||||
| "Student Admin"
|
||||
| "Teacher Admin"
|
||||
| "Super Admin"
|
||||
|
||||
export interface User {
|
||||
id: number
|
||||
|
||||
Reference in New Issue
Block a user