UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 181 B
import { ResponseError } from './abstract/response.error'; export declare class ConflictError extends ResponseError { constructor(message: string, hint?: string | undefined); }