Skip to content

Commit 643e954

Browse files
author
Alexander Kharkovey
committed
feat(json-api-nestjs): add export types
1 parent 5717243 commit 643e954

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/json-api-nestjs/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export * from './lib/json-api.module';
22
export * from './lib/decorators';
33
export { excludeMethod } from './lib/config/bindings';
44
export * from './lib/types';
5+
export * from './lib/types-common';
56
export * from './lib/mixin/controller';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './common';
22
export * from './response';
33
export * from './operand';
4+
export * from './request';

0 commit comments

Comments
 (0)