UNPKG
@microsoft/agents-hosting-teams
Version:
$[if(eq(variables['publicrelease'], (0.2.8-g3bf5832077)
latest (0.4.3)
next (0.2.10-g3ac88ff25e)
0.4.3
0.4.1
0.3.5
0.2.14
0.2.10-g3ac88ff25e
0.2.8-g3bf5832077
0.2.7-gd7a3e9ef95
0.1.49
Microsoft 365 Agents SDK for JavaScript
github.com/microsoft/Agents-for-js
microsoft/Agents-for-js
@microsoft/agents-hosting-teams
/
dist
/
src
/
connector-client
/
resourceResponse.d.ts
14 lines
(13 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * 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
; }