Event & API types to be used for JSDOC

I have migrated some rules & hooks and I come to realize that it would be so much easier if I can reuse my previous JSDOC implementation to help coding and migrate my stuff.

I tried to find the type for the Event & API across all Auth0 public repos but couldn’t fine one that match this doc: Actions Triggers: post-login - Event Object

Seeing how Auth0 using typescript in its public repos, can we at least get the type for Event & API for all of the action flows so we can import incorporate those using JSDOC? Similar to what we see when using JSDOC in the auth0 console.

Use cases:

Thank you for the awesome product !