lib/packwerk/result.rb in packwerk-2.1.0 vs lib/packwerk/result.rb in packwerk-2.1.1

- old
+ new

@@ -1,9 +1,9 @@ # typed: strict # frozen_string_literal: true module Packwerk class Result < T::Struct - prop :message, String - prop :status, T::Boolean + const :message, String + const :status, T::Boolean end end