Type Alias TunnelMode

TunnelMode:
    | "client"
    | "server"
    | "both"
    | "none"