Interface BuildCourseAnalyticsDatabaseCommandInput

interface BuildCourseAnalyticsDatabaseCommandInput {
    courseId: string;
}

Hierarchy (View Summary)

Properties

Properties

courseId: string

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