visuddhinanda hace 2 años
padre
commit
e9fc512618
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;