UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 226 B
import type { WorkflowSubWorkflowRequirement } from './workflow.types'; export declare function assertStaticSubWorkflowsIncluded(workflowRequirements: WorkflowSubWorkflowRequirement[], exportedWorkflowIds: Set<string>): void;