/** * Lightweight mentor serializer for backward compatibility. */ export type SessionSummaryMentor = { unique_id: string; };