mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
add findSystemById method on server context
This commit is contained in:
@@ -2,4 +2,5 @@ import { InterchangeSystem } from "./entities/InterchangeSystem";
|
||||
|
||||
export interface ServerContext {
|
||||
systems: InterchangeSystem[];
|
||||
findSystemById: (id: string) => InterchangeSystem | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user