@karmaniverous/jeeves
    Preparing search index...

    Interface ConfigQueryResponse

    Response shape for config query results.

    interface ConfigQueryResponse {
        body: unknown;
        status: number;
    }
    Index

    Properties

    Properties

    body: unknown

    Response body.

    status: number

    HTTP status code.