Files
api/app/sockets.ts
2021-02-03 09:31:16 +10:30

5 lines
220 B
TypeScript

import { InternalGraphql } from './mothership/sockets/internal-graphql';
import { MothershipSocket } from './mothership/sockets/mothership';
export const sockets = new Map<string, MothershipSocket | InternalGraphql>();