Types produced when ITF expressions are decoded.
Summary
Types
@type t() :: boolean() | String.t() | integer() | [t()] | %{required(String.t()) => t()} | ITF.Tuple.t() | ITF.Set.t() | ITF.Map.t() | ITF.Variant.t() | ITF.Unserializable.t()
Types produced when ITF expressions are decoded.
@type t() :: boolean() | String.t() | integer() | [t()] | %{required(String.t()) => t()} | ITF.Tuple.t() | ITF.Set.t() | ITF.Map.t() | ITF.Variant.t() | ITF.Unserializable.t()