defmodule Edeliver.Relup.Config do @moduledoc """ This type represents the current config of the release manager. when using distillery it is a `Mix.Releases.Config.t` struct. """ @type t :: term end