Typescript SDK Type Docs
Preparing search index...
Client v3
ProcessFn
Type Alias ProcessFn<T>
ProcessFn
:
(
result
:
ClientResult
<
T
>
)
=>
Promise
<
ClientResult
<
T
>
>
Type Parameters
T
extends
object
Type Declaration
(
result
:
ClientResult
<
T
>
)
:
Promise
<
ClientResult
<
T
>
>
Parameters
result
:
ClientResult
<
T
>
Returns
Promise
<
ClientResult
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typescript SDK Type Docs
Loading...