defmodule Hologram.Commons.Types do @moduledoc false @type alias_segments :: list(atom) @type file_path :: String.t() @type opts :: keyword end