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; };