Typescript types on CF

When i use typescript on cloud functions, is there a @types package that i can access to get types for context or event objects ?

Hey @gerardoagl96!

You can get them from the CLI.

2 Likes