18 lines
469 B
TypeScript
18 lines
469 B
TypeScript
export enum CusExpand {
|
|
Invoices = "invoices",
|
|
TrialsUsed = "trials_used",
|
|
Rewards = "rewards",
|
|
Entities = "entities",
|
|
Referrals = "referrals",
|
|
PaymentMethod = "payment_method",
|
|
UpcomingInvoice = "upcoming_invoice",
|
|
// PlansPlan = "plans.plan",
|
|
// FeaturesFeature = "features.feature",
|
|
|
|
SubscriptionsPlan = "subscriptions.plan",
|
|
BalancesFeature = "balances.feature",
|
|
|
|
// SubscriptionsPlan = "subscriptions.plan",
|
|
// BalancesFeature = "balances.feature",
|
|
}
|