UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

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; }>;