objectInputType
type objectInputType<Shape extends ZodRawShape, Catchall extends ZodTypeAny, UnknownKeys extends UnknownKeysParam = UnknownKeysParam> = objectUtil.flatten<baseObjectInputType<Shape>> & CatchallInput<Catchall> & PassthroughType<UnknownKeys>;
§Type Parameters
§
Shape extends ZodRawShape
[src]§
Catchall extends ZodTypeAny
[src]§
UnknownKeys extends UnknownKeysParam = UnknownKeysParam
[src]§Type
§
objectUtil.flatten<baseObjectInputType<Shape>> & CatchallInput<Catchall> & PassthroughType<UnknownKeys>
[src]