export type NodeCategory = | 'Action' | 'Query' | 'Logic' | 'Event' | 'Variable' | 'Flow' | 'Time' | 'None';