Kaynağa Gözat

add summary

visuddhinanda 2 yıl önce
ebeveyn
işleme
063ba24d87
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      dashboard/src/components/api/Term.ts

+ 2 - 0
dashboard/src/components/api/Term.ts

@@ -37,6 +37,8 @@ export interface ITermDataResponse {
   exp?: number;
   language: string;
   community?: boolean;
+  summary?: string;
+  summary_is_community?: boolean;
   created_at: string;
   updated_at: string;
 }