UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

5 lines (4 loc) 179 B
import { JsonSchemaObject, JsonSchema, Refs } from "../Types.js"; export declare function parseAllOf(schema: JsonSchemaObject & { allOf: JsonSchema[]; }, refs: Refs): string;