/** * Provider cost breakdown. */ export type ProviderBreakdown = { provider: string; cost: string; percentage: string; };