* fix: more permissive type assertions (#3692)
* fix: more permissive type assertions
Fixes #3684
* fix: json serialization cycles (#3693)
See https://github.com/microsoft/BotFramework-Composer/issues/7854 for more details.
* fix: limit serialized form of storage types
These can end up in serialized JSON transcripts as well, so to limit the chance of including connection strings or other
secrets we should restrict their serialized forms.
Co-authored-by: Steven Gum <[email protected]>
* fix: two typos (#3696)
Co-authored-by: Steven Gum <[email protected]>