We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef928ca commit c96e7b0Copy full SHA for c96e7b0
src/constants/Types.ts
@@ -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