Ver código fonte

note: string | null;

visuddhinanda 2 anos atrás
pai
commit
1b2a8bdd73
1 arquivos alterados com 1 adições e 1 exclusões
  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;
   tag: string;
   meaning: string;
   meaning: string;
   other_meaning: string;
   other_meaning: string;
-  note: string;
+  note: string | null;
   html?: string;
   html?: string;
   channal: string;
   channal: string;
   channel?: IChannel;
   channel?: IChannel;