Spaces:
Sleeping
Sleeping
augmenttoolkit / node_modules /@nestjs /platform-express /interfaces /nest-express-body-parser.interface.d.ts
| /** | |
| * Interface defining possible body parser types, to be used with `NestExpressApplication.useBodyParser()`. | |
| */ | |
| export type NestExpressBodyParserType = 'json' | 'urlencoded' | 'text' | 'raw'; | |