فهرست منبع

add manager in TCourseRole

visuddhinanda 2 سال پیش
والد
کامیت
435f83c403
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {