Parcourir la source

add roles in IStudio

visuddhinanda il y a 2 ans
Parent
commit
11949fc1d1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;