@tikoci/centrs
    Preparing search index...

    Interface ExplainExecuteTransport

    interface ExplainExecuteTransport {
        basis: string;
        centrs: string;
        classification: "execute";
        curl?: undefined;
        ev: string;
        rest?: undefined;
    }

    Hierarchy

    • ExplainTransportBase
      • ExplainExecuteTransport
    Index

    Properties

    basis: string

    Why this route was selected or refused.

    centrs: string

    Equivalent raw-CLI centrs invocation, using an offline target placeholder.

    classification: "execute"
    curl?: undefined
    ev: string

    Evidence id assigned by the composing explain pass.

    rest?: undefined