UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

14 lines (12 loc) 484 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export { ChannelInfo } from './channelInfo' export { NotificationInfo } from './notificationInfo' export { OnBehalfOf } from './onBehalfOf' export { TeamInfo } from './teamInfo' export * from './teamsChannelData' export { TeamsChannelDataSettings } from './teamsChannelDataSettings' export { TeamsMeetingInfo } from './teamsMeetingInfo' export { TenantInfo } from './tenantInfo'