Skip to main content
Module

x/zod/external.ts>RawCreateParams

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