Documentation
    Preparing search index...

    Interface ConduitResponse

    Interface for a response from the conduit endpoint.

    interface ConduitResponse {
        _links: { self: Href };
        id: number;
        item: NameIdKey;
        name: string;
        ranks: Rank[];
        socket_type: SocketType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    id: number
    item: NameIdKey
    name: string
    ranks: Rank[]
    socket_type: SocketType