/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ConversationRating } from './ConversationRating'; export type MentorEvalReport = { readonly id: number; readonly mentor_eval: string; readonly mentor: string; readonly conversation_ratings: Array; readonly overall_score: number; readonly is_passed: boolean; readonly generated_at: string; };