Browse Source

add exp editor

visuddhinanda 3 years ago
parent
commit
7ecf9c4096
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard/src/components/api/Dict.ts

+ 2 - 0
dashboard/src/components/api/Dict.ts

@@ -49,6 +49,8 @@ export interface IApiResponseDictData {
   confidence: number;
   creator_id: number;
   updated_at: string;
+  exp?: number;
+  editor?: IUser;
 }
 export interface IApiResponseDict {
   ok: boolean;