Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
WebhookDeliveryDependencies
Interface WebhookDeliveryDependencies
interface
WebhookDeliveryDependencies
{
client
?:
WebhookHttpClient
;
now
?:
()
=>
number
;
rng
?:
()
=>
number
;
sleep
?:
(
ms
:
number
)
=>
Promise
<
void
>
;
}
Index
Properties
client?
now?
rng?
sleep?
Properties
Optional
client
client
?:
WebhookHttpClient
Optional
now
now
?:
()
=>
number
Optional
rng
rng
?:
()
=>
number
Optional
sleep
sleep
?:
(
ms
:
number
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
now
rng
sleep
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...