Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/zod/types.ts>KeySchema

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
type alias KeySchema
import { type KeySchema } from "https://deno.land/x/zod@v3.23.3/types.ts";
definition: ZodType<string | number | symbol, any, any>