mirror of
https://github.com/unraid/api.git
synced 2026-01-13 03:59:58 -06:00
5 lines
241 B
TypeScript
5 lines
241 B
TypeScript
import { InternalGraphql } from './mothership/sockets/internal-graphql';
|
|
import { MothershipSocket } from './mothership/sockets/mothership';
|
|
|
|
export const sockets = new Map<'relay' | 'internalGraphql', MothershipSocket | InternalGraphql>();
|