Durable reference to an image artifact stored outside inline JSON.
Summary
Types
@type t() :: %Vibe.Files.ImageRef{ data: String.t() | nil, filename: String.t() | nil, height: pos_integer() | nil, mime_type: String.t(), path: Path.t(), size_bytes: non_neg_integer() | nil, width: pos_integer() | nil }