Interface BuildCourseAnalyticsDatabaseRequest

interface BuildCourseAnalyticsDatabaseRequest {
    courseId: string;
}

Hierarchy (View Summary)

Properties

Properties

courseId: string

The id of the course to build the analytics database for.