export default interface PricingPlan { category: string; planId: string; type: string; amount: number; details: string; }