langchain.js
Preparing search index...
@langchain/langgraph-checkpoint
OperationResults
Type Alias OperationResults<Tuple>
OperationResults
:
{
[
K
in
keyof
Tuple
]
:
Tuple
[
K
]
extends
PutOperation
?
void
:
Tuple
[
K
]
extends
SearchOperation
?
SearchItem
[]
:
Tuple
[
K
]
extends
GetOperation
?
Item
|
null
:
Tuple
[
K
]
extends
ListNamespacesOperation
?
string
[]
[]
:
never
}
Type Parameters
Tuple
extends
readonly
Operation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
langchain.js
Loading...