We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b25852e + 55a6d43 commit 28a958cCopy full SHA for 28a958c
src/request.ts
@@ -45,7 +45,7 @@ export class Request {
45
event: APIGatewayProxyEvent | APIGatewayProxyEventV2
46
accept: accepts.Accepts
47
res: Response | null
48
- body: string | undefined
+ body: unknown
49
constructor(event: APIGatewayProxyEvent | APIGatewayProxyEventV2) {
50
this.res = null
51
0 commit comments