defmodule Deli do @moduledoc "Defines core types" @type app :: atom @type env :: atom @type host :: String.t() end