UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 128 B
import type { Response } from 'express'; export declare function sendPublicApiErrorResponse(res: Response, error: Error): void;