Files
zopu-code/repos/effect/.changeset/eff-754-url-builder-any.md

7 lines
226 B
Markdown

---
"effect": patch
---
Relax `HttpApiClient.urlBuilder` to accept `HttpApi.Any` instead of requiring `HttpApi.AnyWithProps`.
This allows use in helpers generic over `HttpApi.Any` while preserving inferred URL builder types.