microsoft/botbuilder-js

Fix Teams config typings

corinagum opened this issue · 0 comments

Original work item: #4487
Original PR: #4485

  • CacheInfo needs to be optional in ConfigAuth
  • values for responseType and BotConfigAuth's type need to be fixed need to be fixed to 'config' and 'auth', respectively.

This is to bring proper parity to C# version: microsoft/botbuilder-dotnet#6632