Represents action metadata in the API specification.
Summary
Types
@type t() :: %Ash.Info.Manifest.Metadata{ allow_nil?: boolean(), custom: map(), description: String.t() | nil, name: atom(), type: Ash.Info.Manifest.Type.t() }
Represents action metadata in the API specification.
@type t() :: %Ash.Info.Manifest.Metadata{ allow_nil?: boolean(), custom: map(), description: String.t() | nil, name: atom(), type: Ash.Info.Manifest.Type.t() }