UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

7 lines (6 loc) 210 B
export var IdentityType; (function (IdentityType) { IdentityType["User"] = "user"; IdentityType["Group"] = "group"; IdentityType["Custom"] = "custom"; })(IdentityType || (IdentityType = {}));