Type alias objectOutputType<Shape, Catchall>

objectOutputType<Shape, Catchall>: ZodTypeAny extends Catchall ? baseObjectOutputType<Shape> : flatten<baseObjectOutputType<Shape> & {
    [k: string]: Catchall["_output"];
}>

Type Parameters

Generated using TypeDoc