aimpress-chatbot/node_modules/botframework-connector/lib/index.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

18 lines
No EOL
739 B
TypeScript

/**
* @module botframework-connector
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
export * from './auth';
export * from './teams';
export * from './tokenApi/models';
export { BotFrameworkClient } from './skills';
export { ConnectorClient } from './connectorApi/connectorClient';
export { ConnectorClientOptions } from './connectorApi/models/index';
export { EmulatorApiClient } from './emulatorApiClient';
export { SignInUrlResponse, TokenExchangeRequest, TokenStatus } from 'botframework-schema';
export { TokenApiClient, TokenApiModels } from './tokenApi/tokenApiClient';
export * as ConversationConstants from './conversationConstants';
//# sourceMappingURL=index.d.ts.map