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
Updated ActionResponse type to make `response` and `error` fields mandatory but allowing null values. This change enforces more explicit handling of action outcomes and errors by avoiding optionality and using null to indicate absence.
These typings changes improve type safety and clarity of action results handling in the codebase.
0 commit comments