@tikoci/centrs
    Preparing search index...

    Interface ExplainApiCandidateTransport

    interface ExplainApiCandidateTransport {
        basis: string;
        centrs: string;
        classification: "api-candidate";
        curl?: string;
        ev: string;
        rest: ExplainRestRequest;
    }

    Hierarchy

    • ExplainTransportBase
      • ExplainApiCandidateTransport
    Index

    Properties

    basis: string

    Why this route was selected or refused.

    centrs: string

    Equivalent structured centrs invocation, using an offline target placeholder.

    classification: "api-candidate"
    curl?: string

    Present only when the caller requested curl rendering.

    ev: string

    Evidence id assigned by the composing explain pass.