/**
 * Flowtype definitions for Rating
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.14.1
 */

export type Rating = {
  username: string,
  tag: "positive" | "negative" | "negative_visible",
  ...
};
