Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
@@ -0,0 +1,5 @@
+---
+"api": patch
+
+Export `Response` and `ResponseType` as value instead of type.
@@ -348,13 +348,11 @@ async function fetch<T>(
export type {
ClientOptions,
- ResponseType,
Part,
HttpVerb,
HttpOptions,
RequestOptions,
- FetchOptions,
- Response
+ FetchOptions
}
-export { getClient, fetch, Body, Client }
+export { getClient, fetch, Body, Client, Response, ResponseType }