@karmaniverous/jeeves
    Preparing search index...

    Interface ConfigApplyResult

    Result shape returned by the config apply handler.

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

    Properties

    Properties

    body: unknown

    Response body.

    status: number

    HTTP status code.