UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

9 lines (8 loc) 266 B
export interface EmailPaymentFailedData { fullName: string; nextRetry: number; updateUrl: string; cancelUrl: string; instanceName: string; } export declare const paymentFailed: import("@becomes/mjml/types").MjmlComponent<EmailPaymentFailedData>;