The source of an image reference.
@type t() :: :img | :picture_source | :og_image | :twitter_image
@spec img() :: t()
@spec og_image() :: t()
@spec picture_source() :: t()
@spec twitter_image() :: t()