Current section

Files

Jump to
stein lib stein.ex
Raw

lib/stein.ex

defmodule Stein do
@moduledoc """
Documentation for Stein.
"""
@typedoc """
Your Ecto repo module
"""
@type repo() :: Ecto.Repo.t()
@type uuid() :: String.t()
end