Skip to content

Commit

Permalink
Add link for express.json options reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemcleanlux committed Aug 22, 2023
1 parent 16d60c0 commit 94be38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ declare module "@luxuryescapes/router" {
warnOnRequestValidationError?: boolean;
/**
* Options to be passed to `express.json()`
* @see https://expressjs.com/en/4x/api.html#express.json
* @defaultValue `{}`
*/
jsonOptions?: { [option: string]: string | number | boolean | null | undefined };
Expand Down

0 comments on commit 94be38f

Please sign in to comment.