UNPKG

n8n

Version:

n8n Workflow Automation Tool

16 lines (15 loc) 358 B
import { z } from 'zod'; export declare const testMetricCreateRequestBodySchema: z.ZodObject<{ name: z.ZodString; }, "strict", z.ZodTypeAny, { name: string; }, { name: string; }>; export declare const testMetricPatchRequestBodySchema: z.ZodObject<{ name: z.ZodString; }, "strict", z.ZodTypeAny, { name: string; }, { name: string; }>;