g3-toolkit API Reference
    Preparing search index...

    Interface AdapterResponse

    interface AdapterResponse {
        body: string;
        headers: Record<string, string>;
        ok: boolean;
        status: number;
    }
    Index

    Properties

    Properties

    body: string
    headers: Record<string, string>
    ok: boolean
    status: number