@runloop/api-client - v1.18.1
    Preparing search index...

    Interface SqlStepResultView

    interface SqlStepResultView {
        error?: Runloop.Axons.SqlStepErrorView | null;
        success?: Runloop.Axons.SqlQueryResultView | null;
    }
    Index

    Properties

    Properties

    Error on failure.

    Result on success.