UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

15 lines (13 loc) 266 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ /** * Interface representing the context of a tab entity. */ export interface TabEntityContext { /** * ID of the tab entity. */ tabEntityId?: string }