export class SubscriptionPlanDTO { id: string name: string stripePlanId: string description: string cost_per_trip: number cost_per_month: number num_user_accounts: number }