UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

14 lines (13 loc) 273 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ /** * Represents a response containing a resource ID. */ export interface ResourceResponse { /** * Unique identifier of the resource. */ id: string; }