@langchain/core
Version:
Core LangChain.js abstractions and schemas
1 lines • 724 B
Source Map (JSON)
{"version":3,"file":"intersection.d.cts","names":["ZodIntersectionDef","JsonSchema7Type","Refs","JsonSchema7AllOfType","parseIntersectionDef"],"sources":["../../../../src/utils/zod-to-json-schema/parsers/intersection.d.ts"],"sourcesContent":["import { ZodIntersectionDef } from \"zod/v3\";\nimport { JsonSchema7Type } from \"../parseTypes.js\";\nimport { Refs } from \"../Refs.js\";\nexport type JsonSchema7AllOfType = {\n allOf: JsonSchema7Type[];\n unevaluatedProperties?: boolean;\n};\nexport declare function parseIntersectionDef(def: ZodIntersectionDef, refs: Refs): JsonSchema7AllOfType | JsonSchema7Type | undefined;\n//# sourceMappingURL=intersection.d.ts.map"],"mappings":";;;AAGYG,KAAAA,oBAAAA,GAAoB;SACrBF"}