Actions Typescript

Hello!

I’ve been trying the actions editor that the help says that it features typescript, but I can’t make it work. Is there any way to write actions in typescript?

I’ve written this action with Node16 and it does not compile, however the editor understands perfectly the interfaces of the objects from Auth0 for example:

Types that work because they are from Auth0

Types that don’t work because they are from a dependency:

Thank you for your help