Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/api/src/models/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ export type TeamsChannelAccount<P = any> = {
readonly name: string;

/**
* @member {string} [objectId] The user's Object ID in Azure Active Directory (AAD).
* @member {string} [aadObjectId] The user's Object ID in Azure Active Directory (AAD).
*/
readonly objectId?: string;
readonly aadObjectId?: string;

/**
* @member {Role} [userRole] Role of the user (e.g., 'user' or 'bot').
Expand Down
Loading