/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type LtiMentorCourseXBlock = { /** * The unique_id of the mentor */ mentor: string; /** * The xblock location of the mentor */ readonly location: string; /** * The LTI target_link_uri for this mentor xblock */ readonly target_link_uri: string; };