소스 검색

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;