UNPKG

@n8n/n8n-nodes-langchain

Version:
8 lines (7 loc) 260 B
import { z } from 'zod'; import type { AttributeDefinition } from './types'; export declare function makeZodSchemaFromAttributes(attributes: AttributeDefinition[]): z.ZodObject<any, "strip", z.ZodTypeAny, { [x: string]: any; }, { [x: string]: any; }>;