improvement: add more transaction types

This commit is contained in:
Zach Daniel 2022-12-08 14:36:42 -05:00
parent 324658c935
commit 9bc7933482

View file

@ -41,6 +41,7 @@ defmodule Ash.DataLayer do
metadata: %{step_name: atom | list(term), flow: module(), actor: term()}
}
| %{type: :custom, metadata: map()}
| %{type: atom, metadata: map()}
@type feature() ::
:transact