Skip to main content
Module

x/deno_books/deps.ts>z.ZodCustomIssue

Access OpenLibrary's API with Deno.
Go to Latest
interface z.ZodCustomIssue
implements ZodIssueBase
Re-export
import { type z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";
const { ZodCustomIssue } = z;

Properties

code: ZodIssueCode.custom
optional
params: { [k: string]: any; }