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
With the addition of json on H4BaseController - the return type of controller actions can be inferred. So we can export an API client that is aware of return types.
Just need a way of typing the request payload... Zod?
With the addition of
jsononH4BaseController- the return type of controller actions can be inferred. So we can export an API client that is aware of return types.Just need a way of typing the request payload... Zod?