UpdateType: { [key in keyof TShape]: TShape[key] extends ReducedZodChannel<
Schema,
ReducerSchema
> Schema extends InteropZodType<unknown> ReducerSchema extends InteropZodType<U> U : never : never : TShape[key] extends InteropZodType<unknown, U> U : never }