فهرست منبع

add roles in IStudio

visuddhinanda 2 سال پیش
والد
کامیت
11949fc1d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      dashboard/src/components/auth/Studio.tsx

+ 1 - 0
dashboard/src/components/auth/Studio.tsx

@@ -20,6 +20,7 @@ export interface IStudio {
   studioName?: string;
   realName?: string;
   avatar?: string;
+  roles?: string[];
 }
 interface IWidget {
   data?: IStudio;