[+] Create AnalyzedRating class
This commit is contained in:
@@ -122,3 +122,10 @@ export class CourseInfoRating
|
||||
anonymous: false, ratings: [0,0,0,0,0], comment: ''})
|
||||
}
|
||||
}
|
||||
|
||||
export interface AnalyzedRating
|
||||
{
|
||||
ratingCounts: number[][]
|
||||
ratingSums: number[]
|
||||
totalCount: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user