Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
checkpoint
OperationResults
Type alias OperationResults<Tuple>
Operation
Results
<
Tuple
>
:
{
[
K
in
keyof
Tuple
]
:
Tuple
[
K
]
extends
PutOperation
?
void
:
Tuple
[
K
]
extends
SearchOperation
?
Item
[]
:
Tuple
[
K
]
extends
GetOperation
?
Item
|
null
:
Tuple
[
K
]
extends
ListNamespacesOperation
?
string
[]
[]
:
never
}
Type Parameters
Tuple
extends
readonly
Operation
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...