UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

6 lines (5 loc) 203 B
export declare const WebhookEventTypes: { PAYMENT_INTENT_SUCCEEDED: string; SETUP_INTENT_SUCCEEDED: string; }; export declare const stripeHandler: (request: any, response: any) => Promise<void>;