UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

5 lines 235 B
import { ValidationError } from './ValidationError'; export declare class ReservedKeyFoundError extends ValidationError { constructor(reservedKey: string, itemIndex: number); } //# sourceMappingURL=reserved-key-found-error.d.ts.map