Logos DX
Preparing search index...
@logosdx/utils
BatchResult
Type Alias BatchResult<T, R>
type
BatchResult
<
T
,
R
>
=
{
error
:
Error
|
null
;
index
:
number
;
item
:
T
;
itemIndex
:
number
;
result
:
R
|
null
;
}
Type Parameters
T
R
Index
Properties
error
index
item
item
Index
result
Properties
error
error
:
Error
|
null
index
index
:
number
item
item
:
T
item
Index
itemIndex
:
number
result
result
:
R
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
index
item
item
Index
result
Logos DX
Loading...