boundfetch
    Preparing search index...

    Interface FetcherResponse

    interface FetcherResponse {
        headers: Record<string, string>;
        status: number;
        json(): Promise<unknown>;
        text(): Promise<string>;
    }
    Index

    Properties

    Methods

    Properties

    headers: Record<string, string>
    status: number

    Methods