ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
ActorMethodMappedWithHttpDetails
Type Alias ActorMethodMappedWithHttpDetails<T>
ActorMethodMappedWithHttpDetails
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
utils
.
agent
.
FunctionWithArgsAndReturn
<
infer
Args
,
infer
Ret
,
>
?
utils
.
agent
.
ActorMethodWithHttpDetails
<
Args
,
Ret
>
:
never
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...