UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 159 B
import type { WorkflowEntity } from '@n8n/db'; export interface RequirementsExtractor<TRequirement> { extract(workflow: WorkflowEntity): TRequirement[]; }