Skip to content

Commit

Permalink
deprecate manager enum
Browse files Browse the repository at this point in the history
  • Loading branch information
willmartian committed Dec 11, 2023
1 parent ea4c837 commit 9d746c7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ export enum OrganizationUserType {
Owner = 0,
Admin = 1,
User = 2,
/**
* @deprecated
* This is deprecated with the introduction of Flexible Collections.
*/
Manager = 3,
Custom = 4,
}

0 comments on commit 9d746c7

Please sign in to comment.