mirror of
https://github.com/unraid/api.git
synced 2026-01-17 06:00:03 -06:00
5 lines
220 B
TypeScript
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>();
|