ash_postgres/test/support/resources/role.ex

6 lines
104 B
Elixir
Raw Normal View History

defmodule AshPostgres.Test.Role do
@moduledoc false
use Ash.Type.Enum, values: [:admin, :user]
end