Explorar o código

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

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
64814fe33b
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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;
+  };
+}