Moderator Goal
Moderator Goal
Goals that moderators need to reach.
type ModeratorGoalType = 'createQuestions' | 'completeSessionTasks'
interface ModeratorGoal extends AbstractEntity {
type: ModeratorGoalType
goal: number
startingAt: any
endingAt: any
courseId?: string
courseRole?: number
}