export type MentorType = { readonly id: number; name: string; description?: string | null; };