Are you an LLM? You can read better optimized documentation at /api/third-parties/stripe/types/middlewares/interface-webhook-event-options.md for this page in Markdown format
WebhookEventOptions
@tsed/stripe
Usage
typescript
import { WebhookEventOptions } from "@tsed/stripe";See /packages/third-parties/stripe/src/middlewares/WebhookEventMiddleware.ts.
Overview
ts
interface WebhookEventOptions {
secret: string;
tolerance: number;
}secret
ts
secret: string;tolerance
ts
tolerance: number;