export enum NodeCategory { Action = 'Action', Query = 'Query', Logic = 'Logic', Event = 'Event', Variable = 'Variable', Flow = 'Flow', Time = 'Time', None = 'None', Effect = 'Effect' }