Type alias objectInputType<Shape, Catchall>

objectInputType<Shape, Catchall>: ZodTypeAny extends Catchall ? baseObjectInputType<Shape> : flatten<baseObjectInputType<Shape> & {
    [k: string]: Catchall["_input"];
}>

Type Parameters

Generated using TypeDoc