Sfoglia il codice sorgente

add fork_from in ISentenceNewRequest

visuddhinanda 2 anni fa
parent
commit
98127890c8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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[];
   sentences: ISentenceDiffData[];
   channel?: string;
   channel?: string;
   copy?: boolean;
   copy?: boolean;
+  fork_from?: string;
 }
 }
 export interface ISentenceNewMultiResponse {
 export interface ISentenceNewMultiResponse {
   ok: boolean;
   ok: boolean;