2
0
Эх сурвалжийг харах

add status in IApiResponseDictData

visuddhinanda 2 жил өмнө
parent
commit
8d065af469

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

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