SongGuess
    Preparing search index...
    Request: {
        prototype: Request;
        new (
            input: URL | RequestInfo,
            init?: RequestInit<CfProperties<unknown>>,
        ): Request;
    }

    The Request interface of the Fetch API represents a resource request.

    MDN Reference

    Type Declaration