@tikoci/centrs
    Preparing search index...

    Interface ProtocolExecuteResult

    Result of an execute round-trip.

    interface ProtocolExecuteResult {
        records: Record<string, string>[];
        ret?: string;
    }
    Index

    Properties

    Properties

    records: Record<string, string>[]

    !re-style records the command returned (may be empty).

    ret?: string

    Scalar ret value from /rest/execute, when present.