BodyParserOptions
Body parser options that will be passed to the express.json middleware.
type BodyParserOptions = bodyParser.OptionsJson | BodyParserOptionsCallback;Referenced Types
bodyParser.OptionsJson- BodyParserOptionsCallback
Body parser options that will be passed to the express.json middleware.
type BodyParserOptions = bodyParser.OptionsJson | BodyParserOptionsCallback;bodyParser.OptionsJson