Explorar el Código

feat(types): 接口定义

lipk hace 3 años
padre
commit
21bfb80d6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;