SDK
Typescript
Novu Framework was built and optimized for extreme focus on Developer Experience.
Our @novu/framework
SDK is written in Typescript, and we recommend using Typescript for your own projects as well.
Type Safe Workflow Payloads
When defining a workflow payload schema, our SDK will automatically infer it to a Typescript interface.
Type Safe Steps
Similarly, when defining a step schema, our SDK will automatically infer it to a Typescript interface.
Was this page helpful?