We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8dee4 commit 954a8ecCopy full SHA for 954a8ec
src/models/operation.ts
@@ -17,6 +17,8 @@ export interface Operation {
17
ratingRatio: number
18
ratingType: OpRatingType
19
notEnoughRating: boolean
20
+ like: number
21
+ dislike: number
22
commentsCount: number
23
}
24
0 commit comments