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
No description
1 Reply
Chocci_Milk
Chocci_Milk7mo ago
There’s no import for ActionRun. We’ve made it implicit in the types. If you remove line 1, it should work

Did you find this page helpful?