Skip to main content
Module

x/zod/mod.ts>objectOutputType

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias objectOutputType
import { type objectOutputType } from "https://deno.land/x/zod@v3.20.1/mod.ts";

Type Parameters

Shape extends ZodRawShape
Catchall extends ZodTypeAny
definition: ZodTypeAny extends Catchall ? baseObjectOutputType<Shape> : objectUtil.flatten<baseObjectOutputType<Shape> & { [k: string]: Catchall["_output"]; }>