Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
BatchResponse
Interface BatchResponse<T>
interface
BatchResponse
<
T
>
{
errors
:
RpcError
[]
;
results
:
RpcResponse
<
T
>
[]
;
timing
:
{
average
:
number
;
fastest
:
number
;
slowest
:
number
;
total
:
number
;
}
;
}
Type Parameters
T
=
any
[]
Index
Properties
errors
results
timing
Properties
errors
errors
:
RpcError
[]
results
results
:
RpcResponse
<
T
>
[]
timing
timing
:
{
average
:
number
;
fastest
:
number
;
slowest
:
number
;
total
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
results
timing
@synapse/client-sdk
Loading...