import type { MentorData } from './MentorData'; export type TenantMentorTraces = { tenant: string; tenant_total_cost: number; mentor_data: Array; };