@evlt/apix
    Preparing search index...

    Interface Response

    A response returned from an RequestHandler.

    interface Response {
        data: JsonDictionary<unknown>;
        status?: number;
    }
    Index

    Properties

    Properties

    data: JsonDictionary<unknown>

    The JSON data of the response.

    status?: number

    The HTTP status code. If not provided, defaults to 200.