Type Alias ConnectionType

ConnectionType:
    | "P2PWiFi"
    | "WebSocket"
    | "AccessPoint"
    | "Bluetooth"

Types of connections that can be established between two peers.