@langchain/core
Version:
Core LangChain.js abstractions and schemas
10 lines (9 loc) • 304 B
text/typescript
import { JsonSchema7Type } from "../parseTypes.cjs";
//#region src/utils/zod-to-json-schema/parsers/intersection.d.ts
type JsonSchema7AllOfType = {
allOf: JsonSchema7Type[];
unevaluatedProperties?: boolean;
};
//#endregion
export { JsonSchema7AllOfType };
//# sourceMappingURL=intersection.d.cts.map