Skip to content

Commit

Permalink
Add missing user object member to type BlockAction (#1910)
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Apodaca <gapodaca@atlassian.com>
  • Loading branch information
GovernmentHack and gapodaca-atlassian authored Jul 31, 2023
1 parent a1bc17a commit eb80804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/actions/block-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export interface BlockAction<ElementAction extends BasicElementAction = BlockEle
user: {
id: string;
name: string;
username: string;
team_id?: string; // undocumented
};
channel?: {
Expand Down

0 comments on commit eb80804

Please sign in to comment.