Parcourir la source

add studioId in ITermDataRequest

visuddhinanda il y a 2 ans
Parent
commit
2f9f2cd9ff
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      dashboard/src/components/api/Term.ts

+ 1 - 0
dashboard/src/components/api/Term.ts

@@ -11,6 +11,7 @@ export interface ITermDataRequest {
   note?: string;
   channal?: string;
   studioName?: string;
+  studioId?: string;
   language?: string;
 }
 export interface ITermDataResponse {