Triple.Types.Resource (triple v1.0.0)

Copy Markdown View Source

A single visual asset (logo), returned for both stocks and cryptos in one of four formats.

Summary

Types

format()

@type format() :: :png_512_512_dark | :png_512_512_light | :svg_dark | :svg_light

t()

@type t() :: %Triple.Types.Resource{format: String.t() | nil, url: String.t() | nil}