فهرست منبع

feat(types): 接口定义

lipk 3 سال پیش
والد
کامیت
21bfb80d6b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      types/src/api/Approval.ts

+ 1 - 1
types/src/api/Approval.ts

@@ -25,7 +25,7 @@ export namespace GetApprovalGetMatterData {
         businessID: string
     }
 
-    export type Body = {
+    export type Response = {
         components: any[];
         ID: string;
         parentID: string;