import type { MentorSession } from './MentorSession'; export type MentorData = { mentor_unique_id: string; mentor_name: string; total_cost: number; mentor_sessions: Array; };