Where I can find the action typescript type definition files like "post-login_v3.d.ts"?

Hello, this request has been made before but it would be really helpful to publish the .d.ts files that you have already built. I can use them in the web-based action editor, which is great, but it would be even better if I could also import them locally to validate my code and write my unit tests.

Since you already have the code built it seems like it shouldn’t be a big lift to actually just publish them in npm.

+1 to this. We have migrated our actions to Typescript and are very much in need of these types. What we have resorted to doing in the mean time is combing through the documentation pages with the assist of ChatGPT and generating our own types files. If we complete this before Auth0 provides something official, happy to open source them and post here