فهرست منبع

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;
+  };
+}