UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 160 B
import type { Tracer } from '@n8n/scheduler'; import type { Tracing } from 'n8n-core'; export declare function createSchedulerTracer(tracing: Tracing): Tracer;