It would bring a lot of value, if it was possible to use typescript features in actions.
That could for example be casting variables to other types (or any) type. Currently gives error like this in the editor:
Other valuable use-cases would be typescript operators like pick
, omit
etc.