Module

x/zod/mod.ts>KeySchema

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
type alias KeySchema
import { type KeySchema } from "https://dotland.deno.dev/x/zod@v3.23.8/mod.ts";
definition: ZodType<string | number | symbol, any, any>