Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias z.ProcessedCreateParams
import { type z } from "https://deno.land/x/frugal@0.9.6/dep/zod.ts";
const { ProcessedCreateParams } = z;
definition: { errorMap?: ZodErrorMap; description?: string; }