Skip to content

Type Alias: RatingBreakdown

ts
type RatingBreakdown = Record<"1" | "2" | "3" | "4" | "5", number>;

Per-star count map returned by rating_breakdown=1.