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

+ 1 - 1
types/src/api/Approval.ts

@@ -25,7 +25,7 @@ export namespace GetApprovalGetMatterData {
         businessID: string
         businessID: string
     }
     }
 
 
-    export type Body = {
+    export type Response = {
         components: any[];
         components: any[];
         ID: string;
         ID: string;
         parentID: string;
         parentID: string;