Explorar o código

add status in IApiResponseDictData

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