/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { MentorSession } from './MentorSession'; export type MentorData = { mentor_unique_id: string; mentor_name: string; total_cost: number; mentor_sessions: Array; };