UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 214 B
import type { TelemetryEventDef } from '@n8n/telemetry'; import type { GenericValue } from 'n8n-workflow'; export type BuilderTrackFn = (entry: TelemetryEventDef, properties: Record<string, GenericValue>) => void;