@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface PublicKeyCredentialDescriptor

    interface PublicKeyCredentialDescriptor {
        id: BufferSource;
        transports?: AuthenticatorTransport[];
        type: "public-key";
    }
    Index

    Properties

    Properties

    transports?: AuthenticatorTransport[]
    type: "public-key"