CourseTopicsReturnType: {
    topics: Topic[];
}

Return type for the useCourseTopics hook.

Type declaration

  • topics: Topic[]

    List of topics fetched from all courses.

Generated using TypeDoc