@fabrix/spool-cart
Version:
Spool - eCommerce Spool for Fabrix
11 lines (10 loc) • 392 B
TypeScript
import { Template } from '@fabrix/spool-email';
export declare class Subscription extends Template {
cancelled(subscription: any): string;
failed(subscription: any): string;
renewed(subscription: any): string;
activated(subscription: any): string;
deactivated(subscription: any): string;
updated(subscription: any): string;
willRenew(subscription: any): string;
}