UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

17 lines (14 loc) 317 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ import { TabResponsePayload } from './tabResponsePayload' /** * Interface representing a tab response. */ export interface TabResponse { /** * Payload of the tab response. */ tab: TabResponsePayload }