ソースを参照

add content_type in ISentenceDiffData

visuddhinanda 2 年 前
コミット
361d1aa838
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;
   word_end: number;
   channel_uid: string;
   channel_uid: string;
   content: string | null;
   content: string | null;
+  content_type: string;
   editor_uid: string;
   editor_uid: string;
   updated_at: string;
   updated_at: string;
 }
 }