Minor best practices
This commit is contained in:
@@ -24,3 +24,4 @@ export interface Stat {
|
||||
}
|
||||
|
||||
export type Type = "student" | "teacher" | "admin" | "owner" | "developer";
|
||||
export const userTypes: Type[] = ["student", "teacher", "admin", "owner", "developer"];
|
||||
|
||||
Reference in New Issue
Block a user