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
Current Behavior
Currently, when writing functions, developers do not get static type hints for parameters, request bodies, and responses. This can lead to runtime errors and makes refactoring harder.
Expected Behavior
Automatically generate TypeScript types for request parameters, request bodies, and responses based on the event-to-function mapping.
Provide type hints while writing functions.
If an event-function binding changes, show an error to help identify inconsistencies.
The text was updated successfully, but these errors were encountered:
Current Behavior
Currently, when writing functions, developers do not get static type hints for parameters, request bodies, and responses. This can lead to runtime errors and makes refactoring harder.
Expected Behavior
Automatically generate TypeScript types for request parameters, request bodies, and responses based on the event-to-function mapping.
Provide type hints while writing functions.
If an event-function binding changes, show an error to help identify inconsistencies.
The text was updated successfully, but these errors were encountered: