express-msteams-host
Version:
Express utility for Microsoft Teams solutions
7 lines (6 loc) • 372 B
TypeScript
export { BotDeclaration } from "./BotDeclaration";
export { ConnectorDeclaration } from "./ConnectorDeclaration";
export { OutgoingWebhookDeclaration } from "./OutgoingWebhookDeclaration";
export { MessageExtensionDeclaration } from "./MessageExtensionDeclaration";
export { PreventIframe } from "./PreventIframe";
export { BotCallingWebhook } from "./BotCallingWebhook";