Skip to main content
Module

x/zod/external.ts>RawCreateParams

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