ExDisco.Releases.ReleaseStats (ex_disco v0.1.0)

Copy Markdown View Source

Community stats for a release — how many users have it and want it.

Summary

Types

t()

@type t() :: %ExDisco.Releases.ReleaseStats{
  is_offensive: boolean(),
  num_have: pos_integer() | nil,
  num_want: pos_integer() | nil
}