Explorar el Código

add roles in IStudio

visuddhinanda hace 2 años
padre
commit
11949fc1d1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;