@health-samurai/aidbox-client
    Preparing search index...

    Type Alias ResponseWithMeta

    type ResponseWithMeta = {
        response: Response;
        responseHeaders: Headers;
        duration: number;
        request: RequestParams;
    }
    Index

    Properties

    response: Response
    responseHeaders: Headers
    duration: number
    request: RequestParams