import { NotificationManagerDriverInterface } from "../../Notifications/Interfaces/NotificationManagerDriverInterface"; import { RepoManagerInterface } from "../../Repository/Interfaces/RepoManagerInterface"; export interface DependencyInjectorController { repoManager: RepoManagerInterface; notificationManager: NotificationManagerDriverInterface; }