export type InvoicingSubscriptionStatus = 'active' | 'in_trial' | 'future' | 'non_renewing' | 'paused' | 'cancelled'; export type InvoicingBillingPeriodUnit = 'day' | 'week' | 'month' | 'year';