Skip to content

Commit d64c692

Browse files
author
hirsch88
committed
Add new type file with wrong name
1 parent c70bf28 commit d64c692

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)