visuddhinanda 3 years ago
parent
commit
e9fc512618
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/api/Term.ts

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

@@ -22,6 +22,7 @@ export interface ITermDataResponse {
   meaning: string;
   meaning: string;
   other_meaning: string;
   other_meaning: string;
   note: string;
   note: string;
+  html?: string;
   channal: string;
   channal: string;
   channel?: IChannel;
   channel?: IChannel;
   studio: IStudio;
   studio: IStudio;