lib/balance/info.ex

# SPDX-FileCopyrightText: 2023 ash_double_entry contributors <https://github.com/ash-project/ash_double_entry/graphs.contributors>
#
# SPDX-License-Identifier: MIT

defmodule AshDoubleEntry.Balance.Info do
  @moduledoc "Introspection helpers for `AshDoubleEntry.Balance`"
  use Spark.InfoGenerator, extension: AshDoubleEntry.Balance, sections: [:balance]
end