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

Merge pull request #1995 from visuddhinanda/agile

add content_type in ISentenceDiffData
visuddhinanda пре 2 година
родитељ
комит
ee83385b47
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dashboard/src/components/api/Corpus.ts

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

@@ -132,6 +132,7 @@ export interface ISentenceDiffData {
   word_end: number;
   channel_uid: string;
   content: string | null;
+  content_type: string;
   editor_uid: string;
   updated_at: string;
 }