Skip to content

Commit c96e7b0

Browse files
author
hirsch88
committed
Add types
1 parent ef928ca commit c96e7b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/constants/Types.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { TYPE } from 'inversify-express-utils';
2+
3+
4+
const myType = {
5+
UserService: Symbol('UserService'),
6+
UserRepository: Symbol('UserRepository')
7+
};
8+
9+
export const Types = Object.assign(TYPE, myType);

0 commit comments

Comments
 (0)