Explorar o código

note: string | null;

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
1b2a8bdd73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;