Explorar o código

add manager in TCourseRole

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
435f83c403
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/api/Course.ts

+ 1 - 1
dashboard/src/components/api/Course.ts

@@ -26,7 +26,7 @@ export interface ICourseDataRequest {
   join: string;
   request_exp: string;
 }
-export type TCourseRole = "teacher" | "assistant" | "student";
+export type TCourseRole = "teacher" | "manager" | "assistant" | "student";
 export type TCourseJoinMode = "invite" | "manual" | "open";
 export type TCourseExpRequest = "none" | "begin-end" | "daily";
 export interface ICourseDataResponse {