Beignet API reference
Preparing search index...
@beignet/next
WebhookRouteVerifyArgs
Type Alias WebhookRouteVerifyArgs<Ctx>
type
WebhookRouteVerifyArgs
<
Ctx
extends
WebhookRouteContext
>
=
{
ctx
:
Ctx
;
headers
:
Record
<
string
,
string
>
;
input
:
VerifyWebhookInput
;
rawBody
:
string
;
req
:
Request
;
}
Type Parameters
Ctx
extends
WebhookRouteContext
Index
Properties
ctx
headers
input
raw
Body
req
Properties
ctx
ctx
:
Ctx
headers
headers
:
Record
<
string
,
string
>
input
input
:
VerifyWebhookInput
raw
Body
rawBody
:
string
req
req
:
Request
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ctx
headers
input
raw
Body
req
Beignet API reference
Loading...