Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
131 stars 47 forks source link

Split type definitions into different files #446

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

Setup for #416. This PR moves the types definitions from a single types.ts file into a types/ directory with multiple files (and changes nothing else). This makes it easier to add more types in further PRs.