Stable tenant-scoped facts about one durable BlogEngine route reservation.
Summary
Types
@type t() :: %BlogEngine.Routing.Reservation{ blog_enabled: boolean(), blog_id: Ecto.UUID.t(), kind: :draft | :current | :former, owner_id: Ecto.UUID.t(), owner_type: :blog | :post, path: String.t(), publisher_key: String.t(), publisher_type: String.t(), route_id: Ecto.UUID.t() }