Stable route ownership data passed to a host route registry.
Summary
Types
@type t() :: %BlogEngine.RouteClaim{ exclude_route_ids: [Ecto.UUID.t()], kind: :draft | :current | :former, operation: :reserve | :move, owner_id: Ecto.UUID.t(), owner_type: :blog | :post, publisher_key: String.t(), publisher_type: String.t(), tenant_key: String.t() }