mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add notification service to server context
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { GetterRepository } from "./repositories/GetterRepository";
|
||||
import { NotificationService } from "./services/NotificationService";
|
||||
|
||||
export interface ServerContext {
|
||||
repository: GetterRepository;
|
||||
}
|
||||
notificationService: NotificationService;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user