You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add function overloads for reply/send to narrow return types
When react is not provided, return type is now correctly inferred as
APIPromise (with asResponse/withResponse methods) instead of the union
type APIPromise | Promise.
0 commit comments