View Source Ash.Resource.Actions (ash v2.15.0)
Types for Ash actions
Summary
Types
@type action() :: Ash.Resource.Actions.Action.t() | Ash.Resource.Actions.Create.t() | Ash.Resource.Actions.Read.t() | Ash.Resource.Actions.Update.t() | Ash.Resource.Actions.Destroy.t()
@type action_type() :: :action | :read | :create | :update | :destroy