فهرست منبع

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;
   channel_uid: string;
   content: string | null;
+  content_type: string;
   editor_uid: string;
   updated_at: string;
 }