/** * Agent cost breakdown. */ export type MentorBreakdown = { mentor: string; cost: string; sessions: number; mentor_name?: string; };