import type * as Merge from "../../../index"; /** * Designates the role of the user (or SYSTEM/API if action not taken by a user) at the time of this Event occurring. * * * `ADMIN` - ADMIN * * `DEVELOPER` - DEVELOPER * * `MEMBER` - MEMBER * * `API` - API * * `SYSTEM` - SYSTEM * * `MERGE_TEAM` - MERGE_TEAM * * `SUPPORT` - SUPPORT */ export type AuditLogEventRole = Merge.crm.RoleEnum | string;