Represents a publish_all configuration from the DSL.
publish_all
@type t() :: %AshJido.Resource.PublishAll{ __spark_metadata__: term(), action_type: :create | :update | :destroy | :action, include: :pkey_only | :all | :changes_only | [atom()] | nil, metadata: [atom()] | nil, signal_type: String.t() | nil }