ixfx
Preparing search index...
@ixfx/flow
RequestResponseMatchEvents
Type Alias RequestResponseMatchEvents<TRequest, TResp>
type
RequestResponseMatchEvents
<
TRequest
,
TResp
>
=
{
completed
:
{
request
:
TRequest
;
response
:
TResp
|
string
;
success
:
boolean
;
}
;
match
:
{
request
:
TRequest
;
response
:
TResp
}
;
}
Type Parameters
TRequest
TResp
Index
Properties
completed
match
Properties
completed
completed
:
{
request
:
TRequest
;
response
:
TResp
|
string
;
success
:
boolean
}
match
match
:
{
request
:
TRequest
;
response
:
TResp
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
match
ixfx
Loading...