UNPKG

@microsoft/agents-hosting-extensions-teams

Version:

Microsoft 365 Agents SDK for JavaScript. Teams extensions

14 lines (13 loc) 289 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ /** * Represents the context of a task module request. */ export interface TaskModuleRequestContext { /** * The theme of the task module request. */ theme?: string; }