Skip to content

Commit e062a1b

Browse files
committed
refactor(common) export NestApplicationOptions interface from index
1 parent f791b3e commit e062a1b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/common/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export {
2727
INestApplicationContext,
2828
INestMicroservice,
2929
MiddlewareConsumer,
30+
NestApplicationOptions,
3031
NestInterceptor,
3132
NestMiddleware,
3233
NestModule,

packages/common/interfaces/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export * from './modules/on-destroy.interface';
2323
export * from './modules/on-init.interface';
2424
export * from './modules/provider.interface';
2525
export * from './nest-application-context.interface';
26+
export * from './nest-application-options.interface';
2627
export * from './nest-application.interface';
2728
export * from './nest-microservice.interface';
2829
export * from './on-application-bootstrap.interface';

0 commit comments

Comments
 (0)