OptionalbypassResponseValidation?: booleanOptionalfetch?: (A custom fetch implementation. Useful for debugging or unit testing. This can safely be
omitted to use the default JavaScript built-in global fetch function.
Optionalmethod?: HttpMethodOptionaloptions?: Omit<RequestInit, "body" | "method">OptionalrequestData?: anyOptionalsearchParams?: BaseSearchParamsOptionalskipAutomaticContentType?: booleanIf true, Skip automatic request data 'Content-Type' header assignment.
A general version of FetchEndpointParams to be used when accepting any endpoint (like in tests).