UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 109 B
import type { Request } from 'express'; export declare const sanitizeWebhookRequest: (req: Request) => void;