ft_transcendence/pong/node_modules/@nestjs/platform-express/interfaces/nest-express-body-parser.interface.d.ts
2023-05-02 19:15:50 +02:00

5 lines
196 B
TypeScript

/**
* Interface defining possible body parser types, to be used with `NestExpressApplication.useBodyParser()`.
*/
export type NestExpressBodyParserType = 'json' | 'urlencoded' | 'text' | 'raw';