ExpressAdapterOptions
Defined in: express/src/index.ts:7
Options for the Express adapter
Type Parameters
Section titled “Type Parameters”T extends WebhookEvent = WebhookEvent
Properties
Section titled “Properties”onError()?
Section titled “onError()?”
optionalonError: (error,event) =>void|Promise<void>
Defined in: express/src/index.ts:11
Custom error handler
Parameters
Section titled “Parameters”Error
T
Returns
Section titled “Returns”void | Promise<void>
verifier
Section titled “verifier”verifier:
Verifier<T>
Defined in: express/src/index.ts:9
Webhook verifier function for signature validation and event parsing