We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e173a2 + e062a1b commit 3d72259Copy full SHA for 3d72259
2 files changed
packages/common/index.ts
@@ -28,6 +28,7 @@ export {
28
INestApplicationContext,
29
INestMicroservice,
30
MiddlewareConsumer,
31
+ NestApplicationOptions,
32
NestInterceptor,
33
NestMiddleware,
34
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';
27
export * from './nest-application.interface';
export * from './nest-microservice.interface';
export * from './on-application-bootstrap.interface';
0 commit comments