/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type StarMentor = { is_starred?: boolean; readonly updated_at: string; readonly mentor: string; readonly student: string; readonly recently_accessed_at: string | null; readonly id: number; readonly unique_id: string; };