@karmaniverous/jeeves
    Preparing search index...

    Interface StatusHandlerResult

    Return type from a status handler invocation.

    interface StatusHandlerResult {
        body: StatusResponse;
        status: number;
    }
    Index

    Properties

    Properties

    Response body.

    status: number

    HTTP status code.