@llllvvuu/zoderror-zod-schema
v0.1.6
Published
Zod schema matching the z.ZodError class.
Downloads
2
Readme
zoderror-zod-schema
This is mostly a codegen/docgen hack, it would be ideal to just use the z.ZodError
class directly, but my OpenAPI tooling generates from Zod schemas so here is a Zod schema that matches the z.ZodError
class.
TS-to-zod tooling didn't work out of the box for me so I manually supervised/massaged it and Copilot.
Usage
pnpm install @llllvvuu/zoderror-zod-schema
import { ZodErrorSchema, ZodIssueSchema } from "@llllvvuu/zoderror-zod-schema"