Rhai types
@type t() :: number() | boolean() | String.t() | nil | [t()] | %{required(String.t()) => t()}