Skip to main content
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://deno.land/x/zod@v3.20.0/index.ts";
definition: ZodType<string | number | symbol, any, any>