Documentation
    Preparing search index...

    Interface ConduitResponse

    Interface for a response from the conduit endpoint.

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

    Hierarchy

    • ResponseBase
      • ConduitResponse
    Index

    Properties

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