defmodule Manganese.EntityKit.Behaviors.Entity do @moduledoc """ """ @typedoc """ """ @type id :: pos_integer @typedoc """ """ @type t :: term end