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