A single visual asset (logo), returned for both stocks and cryptos in one of four formats.
@type format() :: :png_512_512_dark | :png_512_512_light | :svg_dark | :svg_light
@type t() :: %Triple.Types.Resource{format: String.t() | nil, url: String.t() | nil}