Adding type definition to Actions.
I have a .js project which in which i am transforming some files to .ts.
I get many .ts warnings and would like to know how to add proper type definition. I tried :ActionRun but it doesnt work

1 Reply
There’s no import for ActionRun. We’ve made it implicit in the types. If you remove line 1, it should work