Przeglądaj źródła

feat(types): 接口定义

lipk 3 lat temu
rodzic
commit
21bfb80d6b
1 zmienionych plików z 1 dodań i 1 usunięć
  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;