4 lines
201 B
TypeScript
4 lines
201 B
TypeScript
export * from './nest-express-application.interface';
|
|
export { NestExpressBodyParserOptions } from './nest-express-body-parser-options.interface';
|
|
export * from './nest-express-body-parser.interface';
|