Skip to content

WebhookEvent

@tsed/stripe

Usage

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

See /packages/third-parties/stripe/src/types/decorators/webhookEvent.ts.

Overview

ts
function WebhookEvent(options?: Partial<WebhookEventOptions>): any;

Description

Get the stripe webhook event.

Released under the MIT License.