Minor best practices

This commit is contained in:
Tiago Ribeiro
2023-04-24 09:12:11 +01:00
parent 1adfb7f3d5
commit 5e24abeead
2 changed files with 4 additions and 3 deletions

View File

@@ -24,3 +24,4 @@ export interface Stat {
}
export type Type = "student" | "teacher" | "admin" | "owner" | "developer";
export const userTypes: Type[] = ["student", "teacher", "admin", "owner", "developer"];