mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -42,7 +42,7 @@ export interface Command {
|
||||
};
|
||||
}
|
||||
|
||||
export enum CommandType {
|
||||
export const enum CommandType {
|
||||
ITEM_MOVE = 'item_move',
|
||||
ITEM_ADD = 'item_add',
|
||||
ITEM_UPDATE = 'item_update',
|
||||
|
||||
Reference in New Issue
Block a user