# SPDX-FileCopyrightText: 2023 ash_double_entry contributors # # SPDX-License-Identifier: MIT defmodule AshDoubleEntry.Transfer.Info do @moduledoc "Introspection helpers for `AshDoubleEntry.Transfer`" use Spark.InfoGenerator, extension: AshDoubleEntry.Transfer, sections: [:transfer] end