Explorar el Código

feat(types): 接口定义

lipk hace 3 años
padre
commit
f3421e1001
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

@@ -38,7 +38,7 @@ export namespace GetApprovalGetGatherYsProfileByBusinessID {
     export type Params = { businessID: string; matterID: string }
 
     export type Response = {
-        tree: [];
+        tree: any[];
         profileView: boolean;
         uploadMsg: UploadMsg;
         cadView: boolean;