You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got errors from VSCode when enabling ts-check, or when trying to use TypeScript.
Type 'ProcessEnv' has no properties in common with type '{ BotOpenIdMetadata?: string | undefined; ChannelService?: string | undefined; OAuthApiEndpoint?: string | undefined; CertificateThumbprint?: string | undefined; CertificatePrivateKey?: string | undefined; ... 9 more ...; CallerId?: string | undefined; }'.
To Reproduce
Steps to reproduce the behavior:
Go to BotBuilder-Samples/samples/javascript_nodejs/45.state-management/index.js
Add ts-check to index.js
Expected behavior
Provided declaration types should match expected usage
The text was updated successfully, but these errors were encountered:
rido-min
added
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
labels
Feb 6, 2025
Versions
"botbuilder": "~4.23.0",
Describe the bug
When using
new ConfigurationBotFrameworkAuthentication(process.env)
like in this samplehttps://github.com/microsoft/BotBuilder-Samples/blob/6952b9e548038d58e3c8cd607acaa72dcf7648a0/samples/javascript_nodejs/45.state-management/index.js#L35
I got errors from VSCode when enabling ts-check, or when trying to use TypeScript.
To Reproduce
Steps to reproduce the behavior:
BotBuilder-Samples/samples/javascript_nodejs/45.state-management/index.js
Expected behavior
Provided declaration types should match expected usage
The text was updated successfully, but these errors were encountered: