Current section
Files
Jump to
Current section
Files
lib/behaviors/entity.ex
defmodule Manganese.EntityKit.Behaviors.Entity do
@moduledoc """
"""
@typedoc """
"""
@type id :: pos_integer
@typedoc """
"""
@type t :: term
end