Incorrect TypeScript types for TwiML #538
Labels
code-generation
issue deals with generated code
status: help wanted
requesting help from the community
type: bug
bug in the library
Issue Summary
Some of the TwiML methods are missing type signatures with optional attributes. For example
twiml.play()
supports passing in just a string an argument for the URL but the TypeScript types require to pass in attributes. For others this is working correctly because they have multiple function signatures (for exampletwiml.say
)Steps to Reproduce
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: