mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -31,7 +31,7 @@ export interface IUser {
|
||||
type?: Type;
|
||||
isAnonymous?: boolean;
|
||||
}
|
||||
enum Type {
|
||||
const enum Type {
|
||||
'TYPE_UNSPECIFIED',
|
||||
'HUMAN',
|
||||
'BOT',
|
||||
|
||||
Reference in New Issue
Block a user