UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

13 lines (12 loc) 397 B
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { TeamsChannelData } from '../channel-data'; /** * Parses the given object as TeamsChannelData. * * @param {object} o - The object to parse. * @returns {TeamsChannelData} - The parsed TeamsChannelData. */ export declare function parseTeamsChannelData(o: object): TeamsChannelData;