Missing .suspend
/ .resume
definitions in durableClient.d.ts #608
Open
Description
Describe the bug
Looks like suspend/resume support was landed in 3.1.0 (#578) but durableClient.d.ts has not been updated to show the new methods.
Expected behavior
I should be able to see .suspend .resume on the DurableClient
when coding in TypeScript
Actual behavior
Compiler cannot see .suspend
and .resume
because the d.ts file hasn't been updated.