@ns8/ns8-billing-core
Advanced tools
Comparing version 1.0.56 to 1.0.68
export interface Subscription { | ||
id: string; | ||
paidUntil: number; | ||
subscriptionStatus: 'trialing' | 'active' | 'past_due' | 'canceled' | 'unpaid'; | ||
trialEndDate: number; | ||
planIds: string[]; | ||
} |
{ | ||
"name": "@ns8/ns8-billing-core", | ||
"version": "1.0.56", | ||
"version": "1.0.68", | ||
"description": "Billing core interfaces", | ||
@@ -5,0 +5,0 @@ "author": "NS8", |
2696
40