export type MentorEvalQuestion = { readonly id: number; content: string; sample_answer?: string | null; };