Skip to content

Commit bd509a5

Browse files
committed
feat(json-api-nestjs): Export Params type in index.ts
1 parent 1e4e495 commit bd509a5

File tree

1 file changed

+1
-0
lines changed
  • libs/json-api/json-api-nestjs/src

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export {
1313
UnionToTuple,
1414
EntityParam,
1515
TypeField,
16+
Params,
1617
} from './lib/types';
1718
export {
1819
JsonApiTransformerService,

0 commit comments

Comments
 (0)