@tikoci/centrs
Preparing search index...
ApiFanoutInternals
Interface ApiFanoutInternals
Test/override seams; production callers pass nothing.
interface
ApiFanoutInternals
{
execute
?:
(
resolved
:
ResolvedApiRequest
)
=>
Promise
<
ApiSuccessEnvelope
>
;
expand
?:
(
selection
:
TargetSelection
,
input
:
CdbSelectionResolveInput
,
env
:
Record
<
string
,
string
|
undefined
>
,
config
?:
Record
<
string
,
string
|
undefined
>
,
)
=>
Promise
<
CdbSelectionExpansion
>
;
sleep
?:
(
ms
:
number
)
=>
Promise
<
void
>
;
}
Index
Properties
execute?
expand?
sleep?
Properties
Optional
execute
execute
?:
(
resolved
:
ResolvedApiRequest
)
=>
Promise
<
ApiSuccessEnvelope
>
Optional
expand
expand
?:
(
selection
:
TargetSelection
,
input
:
CdbSelectionResolveInput
,
env
:
Record
<
string
,
string
|
undefined
>
,
config
?:
Record
<
string
,
string
|
undefined
>
,
)
=>
Promise
<
CdbSelectionExpansion
>
Optional
sleep
sleep
?:
(
ms
:
number
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
execute
expand
sleep
@tikoci/centrs
Loading...
Test/override seams; production callers pass nothing.