feat(results): 🛂 Limit incomplete submissions
This commit is contained in:
@ -5,5 +5,5 @@ export type Answer = Omit<AnswerFromPrisma, 'resultId' | 'createdAt'>
|
||||
export type Stats = {
|
||||
totalViews: number
|
||||
totalStarts: number
|
||||
completionRate: number
|
||||
totalCompleted: number
|
||||
}
|
||||
|
Reference in New Issue
Block a user