defmodule Momento.Configuration do @moduledoc """ Documentation for `Momento.Configuration`. """ defstruct [] @opaque t() :: %{} end