LearningElement: {
    activity_type: string;
    classification: string;
    created_at: string;
    created_by: string;
    id: number;
    last_updated: string;
    lms_id: number;
    name: string;
    student_learning_element: StudentLearningElement;
    university: string;
}

Type declaration

  • activity_type: string
  • classification: string
  • created_at: string
  • created_by: string
  • id: number
  • last_updated: string
  • lms_id: number
  • name: string
  • student_learning_element: StudentLearningElement
  • university: string

Generated using TypeDoc