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
/
src
/
connector-client
/
teamsMember.ts
15 lines
(13 loc)
•
255 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */
/** * Represents a member in a Microsoft Teams team. */
export
type
TeamsMember = {
/** * Unique identifier of the member. */
id:
string
; }