/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };