View Source Breddit.PreviewImage (Breddit v0.0.1)

Link to this section Summary

Link to this section Types

Specs

t() :: %{
  id: String.t(),
  resolutions: [Breddit.PreviewImage.Resolution.t()],
  source: Breddit.PreviewImage.Resolution.t(),
  height: integer(),
  width: integer(),
  variants: map(),
  enabled: boolean()
}