Skip to content

Commit

Permalink
#245 Add basePath to type definition for Options (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tipper authored Oct 5, 2022
1 parent d85e321 commit 2dddfa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverless-http.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ declare namespace ServerlessHttp {
requestId?: string,
request?: Object | Function,
response?: Object | Function,
binary?: boolean | Function | string | string[]
binary?: boolean | Function | string | string[],
basePath?: string
}
/**
* AWS Lambda APIGatewayProxyHandler-like handler.
Expand Down

0 comments on commit 2dddfa2

Please sign in to comment.