@@ -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;