Skip to content

WebhookEventOptions

@tsed/stripe

Usage

typescript
import { WebhookEventOptions } from "@tsed/stripe";

See /packages/third-parties/stripe/src/types/middlewares/WebhookEventMiddleware.ts.

Overview

ts
interface WebhookEventOptions {
    secret: string;
    tolerance: number;
}

secret

ts
secret: string;

tolerance

ts
tolerance: number;

Released under the MIT License.