LangGraph.js API Reference
Back to documentation
Preparing search index...
langgraph
zod
UpdateType
Type Alias UpdateType<T, TShape>
UpdateType
:
{
[
key
in
keyof
TShape
]
?:
TShape
[
key
]
extends
ReducedZodChannel
<
infer
Schema
,
infer
ReducerSchema
,
>
?
Schema
extends
InteropZodType
<
unknown
>
?
ReducerSchema
extends
InteropZodType
<
infer
U
>
?
U
:
never
:
never
:
TShape
[
key
]
extends
InteropZodType
<
unknown
,
infer
U
>
?
U
:
never
}
Type Parameters
T
extends
InteropZodObject
TShape
=
InteropZodObjectShape
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Back to documentation
LangGraph.js API Reference
Loading...