ecyrbe / zodios

typescript http client and server with zod validation
https://www.zodios.org/
MIT License
1.59k stars 44 forks source link

"signal" does not exist in type when using an alias #590

Closed wtlgo closed 2 months ago

wtlgo commented 4 months ago

The issue is in the title. When I access the method via the alias, I can't pass the AbortSignal property, even though, the documentation says it should be possible. But it works without errors if it is passed into apiClient.get(...).

image

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.