mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
// Note: the enum key is used to describe the EventSystemUser in the UI. Be careful about changing it.
|
|
export enum EventSystemUser {
|
|
SCIM = 1,
|
|
DomainVerification = 2,
|
|
PublicApi = 3,
|
|
}
|