mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
add shared memory object to context
This commit is contained in:
@@ -1 +1,9 @@
|
||||
export const
|
||||
import { System } from "./generated/graphql";
|
||||
|
||||
export interface SharedMemory {
|
||||
systems: System[],
|
||||
};
|
||||
|
||||
export const sharedMemory: SharedMemory = {
|
||||
systems: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user