Endo
    Preparing search index...

    Interface OcapnLocation

    interface OcapnLocation {
        designator: string;
        hints: false | Record<string, any>;
        transport: string;
        type: "ocapn-peer";
    }
    Index

    Properties

    designator: string
    hints: false | Record<string, any>
    transport: string
    type: "ocapn-peer"