@tikoci/centrs
    Preparing search index...

    Interface ProtocolApiResult

    Result of an apiRequest round-trip: the response body shaped for the envelope.

    interface ProtocolApiResult {
        data: unknown;
    }
    Index

    Properties

    Properties

    data: unknown

    REST returns the body verbatim (array / object / scalar); native re-maps !re records to the same rest-style shape.