type alias Protocol.WebAuthn.AuthenticatorTransportimport { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts"; const { AuthenticatorTransport } = Protocol.WebAuthn; definition: ( | "usb" | "nfc" | "ble" | "cable" | "internal")