Przeglądaj źródła

add status in IApiResponseDictData

visuddhinanda 2 lat temu
rodzic
commit
8d065af469
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dashboard/src/components/api/Dict.ts

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

@@ -59,6 +59,7 @@ export interface IApiResponseDictData {
   updated_at: string;
   updated_at: string;
   exp?: number;
   exp?: number;
   editor?: IUser;
   editor?: IUser;
+  status?: number;
 }
 }
 export interface IApiResponseDict {
 export interface IApiResponseDict {
   ok: boolean;
   ok: boolean;