2
0
visuddhinanda 2 жил өмнө
parent
commit
e9fc512618

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

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