Skip to content

Commit

Permalink
Add permission tags support (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Rugalev committed Jan 14, 2022
1 parent 415faa2 commit d0bfbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,7 @@ export type PermissionAPIObject = {
name?: string;
owner?: boolean;
same_team?: boolean;
tags?: string[];
};

export type PermissionObject = {
Expand Down

0 comments on commit d0bfbdb

Please sign in to comment.