Browse Source

add summary

visuddhinanda 2 years ago
parent
commit
063ba24d87
1 changed files with 2 additions and 0 deletions
  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;
   exp?: number;
   language: string;
   language: string;
   community?: boolean;
   community?: boolean;
+  summary?: string;
+  summary_is_community?: boolean;
   created_at: string;
   created_at: string;
   updated_at: string;
   updated_at: string;
 }
 }