Type alias bodyParserOptions
bodyParserOptions: {
json?: BodyParser.OptionsJson | boolean;
raw?: BodyParser.Options | boolean;
text?: BodyParser.OptionsText | boolean;
urlencoded?: BodyParser.OptionsUrlencoded | boolean;
}
Type declaration
Optional
json?: BodyParser.OptionsJson | boolean
Optional
raw?: BodyParser.Options | boolean
Optional
text?: BodyParser.OptionsText | boolean
Optional
urlencoded?: BodyParser.OptionsUrlencoded | boolean
COPY of some moleculer-web interface that can be needed, but not exported