UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

5 lines (4 loc) 170 B
import { JsonSchemaObject, Refs } from "../Types.js"; export declare const parseMultipleType: (schema: JsonSchemaObject & { type: string[]; }, refs: Refs) => string;