Interface: ReviewLikeData
Response data from like/unlike toggle and like count endpoints.
Properties
dislike_count?
ts
optional dislike_count?: number;Present only when dislike is enabled for the requested widget_type.
disliked?
ts
optional disliked?: boolean;Present only when dislike is enabled for the requested widget_type.
like_count
ts
like_count: number;liked
ts
liked: boolean;review_id
ts
review_id: string;