Преглед на файлове

add fork_from in ISentenceNewRequest

visuddhinanda преди 2 години
родител
ревизия
98127890c8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      dashboard/src/components/api/Corpus.ts

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

@@ -187,6 +187,7 @@ export interface ISentenceNewRequest {
   sentences: ISentenceDiffData[];
   channel?: string;
   copy?: boolean;
+  fork_from?: string;
 }
 export interface ISentenceNewMultiResponse {
   ok: boolean;