Module

x/zod/index.ts>KeySchema

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