TypeScript support in the SDK

Our SDK now includes type definitions for each method! :sunglasses:

This support can help you distinguish between correct and incorrect code before running it, ultimately helping create a smoother developer experience.

All you need to do is update to version 0.3.0 to take advantage of the new features. You can also find all of the definitions in the types/index.d.ts file in our SDK!

We’re always looking to improve our features, so we welcome any contributions from the community :zap:

2 Likes

9 posts were split to a new topic: Return value for monday.api() function in SDK