Skip to content

Commit d062c63

Browse files
committed
Added missing export
1 parent 0539445 commit d062c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from "./decorators/OrmConnection";
22
export * from "./decorators/OrmEntityManager";
33
export * from "./decorators/OrmRepository";
4+
export * from "./decorators/OrmCustomRepository";
45
export * from "./decorators/OrmSpecificRepository";
56
export * from "./decorators/OrmTreeRepository";

0 commit comments

Comments
 (0)