export type MentorSkillAssignment = { readonly id: number; readonly mentor: string; readonly mentor_name: string; readonly mentor_slug: string; skill: string; readonly skill_name: string; readonly skill_slug: string; enabled?: boolean; readonly created_at: string; readonly updated_at: string; };