ソースを参照

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;