We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f791b3e commit e062a1bCopy full SHA for e062a1b
2 files changed
packages/common/index.ts
@@ -27,6 +27,7 @@ export {
27
INestApplicationContext,
28
INestMicroservice,
29
MiddlewareConsumer,
30
+ NestApplicationOptions,
31
NestInterceptor,
32
NestMiddleware,
33
NestModule,
packages/common/interfaces/index.ts
@@ -23,6 +23,7 @@ export * from './modules/on-destroy.interface';
23
export * from './modules/on-init.interface';
24
export * from './modules/provider.interface';
25
export * from './nest-application-context.interface';
26
+export * from './nest-application-options.interface';
export * from './nest-application.interface';
export * from './nest-microservice.interface';
export * from './on-application-bootstrap.interface';
0 commit comments