Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Type Alias RawResponse

    RawResponse: Omit<
        {
            [K in keyof Response as Response[K] extends Function ? never : K]: Response[K]
        },
        "ok"
        | "body"
        | "bodyUsed",
    >

    The raw response from the fetch call excluding the body.