Azure / azure-functions-durable-js

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

Export class declarations from the `types` directory #470

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

Prelude to #458, part of #416. This PR adds class declarations exported from the root of the package (living in the types directory), for relevant public-facing classes. Specifically, it exports declarations for the following classes:

Furthermore, it also moves the OrchestrationRuntimeStatus enum to the orchestrationTypes file.