Skip to main content
Module

x/zod/index.ts>RawCreateParams

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
type alias RawCreateParams
import { type RawCreateParams } from "https://deno.land/x/zod@v3.23.6/index.ts";
definition: { errorMap?: ZodErrorMap; invalid_type_error?: string; required_error?: string; message?: string; description?: string; } | undefined