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 23114fe commit cced639Copy full SHA for cced639
di/types.ts
@@ -52,7 +52,7 @@ export const DI_SYMBOLS = {
52
IToggleTodoController: Symbol.for('IToggleTodoController'),
53
};
54
55
-export type DI_RETURN_TYPES = {
+export interface DI_RETURN_TYPES {
56
// Services
57
IAuthenticationService: IAuthenticationService;
58
ITransactionManagerService: ITransactionManagerService;
@@ -80,4 +80,4 @@ export type DI_RETURN_TYPES = {
80
ICreateTodoController: ICreateTodoController;
81
IGetTodosForUserController: IGetTodosForUserController;
82
IToggleTodoController: IToggleTodoController;
83
-};
+}
0 commit comments