UNPKG

@n8n/n8n-benchmark

Version:

Cli for running benchmark tests for n8n

9 lines (8 loc) 159 B
/** * n8n workflow. This is a simplified version of the actual workflow object. */ export type Workflow = { id: string; name: string; tags?: string[]; };