Holds introspection data for a single Ash domain.
Fields
:name- the domain module atom (e.g.MyApp.Accounts):resources- list of%AshTui.Introspection.ResourceInfo{}structs
Summary
Types
@type t() :: %AshTui.Introspection.DomainInfo{ name: atom(), resources: [AshTui.Introspection.ResourceInfo.t()] }