Преглед изворни кода

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;