mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Forbid raw enums (no-changelog)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import type { TLP } from './AlertInterface';
|
||||
|
||||
export enum ObservableStatus {
|
||||
export const enum ObservableStatus {
|
||||
OK = 'Ok',
|
||||
DELETED = 'Deleted',
|
||||
}
|
||||
export enum ObservableDataType {
|
||||
export const enum ObservableDataType {
|
||||
'domain' = 'domain',
|
||||
'file' = 'file',
|
||||
'filename' = 'filename',
|
||||
|
||||
Reference in New Issue
Block a user