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

x/cav/test/test_deps.ts>zod.z.objectOutputType

A server framework for Deno
Go to Latest
type alias zod.z.objectOutputType
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { objectOutputType } = zod.z;

Type Parameters

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