Kaynağa Gözat

note: string | null;

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

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

@@ -21,7 +21,7 @@ export interface ITermDataResponse {
   tag: string;
   meaning: string;
   other_meaning: string;
-  note: string;
+  note: string | null;
   html?: string;
   channal: string;
   channel?: IChannel;