GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/davinci-client
types
RequestMiddleware
Type Alias RequestMiddleware<Type, Payload>
RequestMiddleware
:
(
req
:
ModifiedFetchArgs
,
action
:
Action
<
Type
,
Payload
>
,
next
:
()
=>
ModifiedFetchArgs
,
)
=>
void
Type Parameters
Type
extends
ActionTypes
=
ActionTypes
Payload
=
unknown
Type declaration
(
req
:
ModifiedFetchArgs
,
action
:
Action
<
Type
,
Payload
>
,
next
:
()
=>
ModifiedFetchArgs
,
)
:
void
Parameters
req
:
ModifiedFetchArgs
action
:
Action
<
Type
,
Payload
>
next
:
()
=>
ModifiedFetchArgs
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
Documentation
Loading...