@wharfkit/session - v4.0.1
    Preparing search index...

    Interface APIResponse

    Response to an API call.

    interface APIResponse {
        headers: Record<string, string>;
        json?: any;
        status: number;
        text: string;
    }
    Index
    headers: Record<string, string>
    json?: any
    status: number
    text: string