rsim v0.1.0 Rsim.Image View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Rsim.Image{
  height: term(),
  id: String.t(),
  mime: String.t(),
  path: String.t(),
  size: number(),
  type: String.t(),
  width: term()
}