Просмотр исходного кода

add fork_from in ISentenceNewRequest

visuddhinanda 2 лет назад
Родитель
Сommit
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;