mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
use repository in server context
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { SharedMemory } from "./sharedMemory";
|
import { Repository } from "./repository";
|
||||||
|
|
||||||
export interface ServerContext {
|
export interface ServerContext {
|
||||||
sharedMemory: SharedMemory,
|
repository: Repository
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user