@contio/partner-sdk - v1.7.1
Preparing search index...
WebhookHandler
Type Alias WebhookHandler<T>
WebhookHandler
:
(
event
:
T
)
=>
Promise
<
void
>
|
void
Webhook handler function type
Type Parameters
T
extends
ContioWebhookEvent
=
ContioWebhookEvent
Type Declaration
(
event
:
T
)
:
Promise
<
void
>
|
void
Parameters
event
:
T
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@contio/partner-sdk - v1.7.1
Loading...
Webhook handler function type