From b74fac634104051fa547dd502ff974e0f5aa3a52 Mon Sep 17 00:00:00 2001 From: James Loxam Date: Tue, 5 Oct 2021 13:54:25 +0100 Subject: [PATCH] Add rawBody to ProxyIntegrationBody --- lib/proxyIntegration.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/proxyIntegration.ts b/lib/proxyIntegration.ts index 0a3f629..f0655d9 100644 --- a/lib/proxyIntegration.ts +++ b/lib/proxyIntegration.ts @@ -9,6 +9,7 @@ type ProxyIntegrationParams = { } type ProxyIntegrationBody = { + rawBody?: T body: T } @@ -137,6 +138,7 @@ export const process: ProcessMethod