# typed: strong # frozen_string_literal: true
module TypedConfig
TypedConfig
module Structs class Settings < T::Struct end end
end