lipk 3 лет назад
Родитель
Сommit
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;