📄️ createFetch
Creates a fetch instance typed with an HTTP schema, mostly compatible with the
📄️ fetch
The result of createFetch is a fetch instance typed with an HTTP schema,
📄️ FetchRequest
A type representing a typed fetch request, which inherits from the native
📄️ FetchResponse
A type representing a typed fetch response, which inherits from the native
📄️ FetchResponseError
An error representing a response with a failure status code (4XX or 5XX).