2
0
Эх сурвалжийг харах

add fork_from in ISentenceNewRequest

visuddhinanda 2 жил өмнө
parent
commit
98127890c8

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

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