Преглед на файлове

feat(types): 检查停机时间接口开发

lipk преди 3 години
родител
ревизия
64814fe33b
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      types/src/interface/api/userApi.ts

+ 7 - 0
types/src/interface/api/userApi.ts

@@ -17,3 +17,10 @@ export namespace PostApiUserAddAuditMessage {
     userId: string;
   };
 }
+
+export namespace PostApiUserCheckDownTime {
+  export type Response = {
+    downTime: number;
+    duration: number;
+  };
+}