UNPKG

n8n

Version:

n8n Workflow Automation Tool

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