visuddhinanda před 2 roky
rodič
revize
fa6e60aac4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      dashboard/src/components/api/Term.ts

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

@@ -13,6 +13,7 @@ export interface ITermDataRequest {
   studioName?: string;
   studioName?: string;
   studioId?: string;
   studioId?: string;
   language?: string;
   language?: string;
+  copy?: string;
 }
 }
 export interface ITermDataResponse {
 export interface ITermDataResponse {
   id: number;
   id: number;