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
By default, Elysia infers `error` and `response`type to TypeScript automatically, and Eden will be providing auto-completion and type narrowing for accurate behavior.
70
+
By default, Elysia infers `error` and `response`types to TypeScript automatically, and Eden will be providing auto-completion and type narrowing for accurate behavior.
71
71
72
72
::: tip
73
-
If the server responds with an HTTP status >= 300, then value will be always be null, and `error` will have a returned value instead.
73
+
If the server responds with an HTTP status >= 300, then the value will be always be `null`, and `error` will have a returned value instead.
0 commit comments