Selaa lähdekoodia

add status in IApiResponseDictData

visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
8d065af469
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
   exp?: number;
   editor?: IUser;
+  status?: number;
 }
 export interface IApiResponseDict {
   ok: boolean;