Holds introspection data for an action argument.
:name
:email
:type
{:array, atom()}
:allow_nil?
nil
true
@type t() :: %AshTui.Introspection.ArgumentInfo{ allow_nil?: boolean(), name: atom(), type: atom() | {:array, atom()} }