visuddhinanda 3 年 前
コミット
fa6e60aac4
1 ファイル変更1 行追加0 行削除
  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;
   studioId?: string;
   language?: string;
+  copy?: string;
 }
 export interface ITermDataResponse {
   id: number;