UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 176 B
import { z } from 'zod'; export declare const generateCurlSchema: z.ZodObject<{ curl: z.ZodString; }, "strip", z.ZodTypeAny, { curl: string; }, { curl: string; }>;