UNPKG

@n8n/n8n-nodes-langchain

Version:
3 lines (2 loc) 94 B
import type { z } from 'zod'; export type DynamicZodObject = z.ZodObject<any, any, any, any>;