lipk 3 лет назад
Родитель
Сommit
f92b742aa9
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      types/src/api/Approval.ts

+ 14 - 0
types/src/api/Approval.ts

@@ -18,4 +18,18 @@ export namespace PostApprovalCopyGatherYsProfileFiles {
         count: number;
         count: number;
     }
     }
 
 
+}
+
+export namespace GetApprovalGetMatterData {
+    export type Params = {
+        businessID: string
+    }
+
+    export type Body = {
+        components: any[];
+        ID: string;
+        parentID: string;
+        seq: number;
+        name: string;
+    }
 }
 }