themeparks - v7.0.0
    Preparing search index...

    Interface FetchLikeResponse

    interface FetchLikeResponse {
        headers: { get(name: string): string | null };
        ok: boolean;
        status: number;
        statusText: string;
        json(): Promise<unknown>;
        text(): Promise<string>;
    }
    Index

    Properties

    Methods

    Properties

    headers: { get(name: string): string | null }
    ok: boolean
    status: number
    statusText: string

    Methods