kaios-types
    Preparing search index...

    Type Alias ConnectionType

    ConnectionType:
        | "cellular"
        | "bluetooth"
        | "ethernet"
        | "wifi"
        | "other"
        | "none"
        | "unknown"

    Types of network connections.