Type alias RoomMap

RoomMap: {
    [id: string]: WebSocket | null;
}

Type declaration

  • [id: string]: WebSocket | null

Generated using TypeDoc