Initial commit - Event Planner application
This commit is contained in:
4
node_modules/@nestjs/platform-express/interfaces/nest-express-body-parser.interface.d.ts
generated
vendored
Normal file
4
node_modules/@nestjs/platform-express/interfaces/nest-express-body-parser.interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Interface defining possible body parser types, to be used with `NestExpressApplication.useBodyParser()`.
|
||||
*/
|
||||
export type NestExpressBodyParserType = 'json' | 'urlencoded' | 'text' | 'raw';
|
||||
Reference in New Issue
Block a user