YourImageShare.ListedUpload (YourImageShare v1.0.0)

Copy Markdown View Source

One row of a list/2 result.

Summary

Types

t()

@type t() :: %YourImageShare.ListedUpload{
  created_at: String.t(),
  direct: String.t(),
  expires_at: String.t() | nil,
  id: String.t(),
  path: String.t(),
  src: String.t(),
  title: String.t() | nil,
  type: String.t()
}