# typed: strong # frozen_string_literal: true

module TypedConfig

module Structs
  class Settings < T::Struct
  end
end

end