lipk пре 3 година
родитељ
комит
f3421e1001
1 измењених фајлова са 1 додато и 1 уклоњено
  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;