UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

5 lines (4 loc) 149 B
import { UserError } from 'n8n-workflow'; export declare class MissingExecutionStopError extends UserError { constructor(executionId: string); }