lib/setsuzoku/api_strategy.rb in setsuzoku-0.10.12 vs lib/setsuzoku/api_strategy.rb in setsuzoku-0.11.0

- old
+ new

@@ -116,9 +116,9 @@ # # @param response [Any] the response from the external request. # @param options [Hash] the parsing options. Generally the response_type. e.g. :xml, :json # # @return [Hash] the parsed hash of the response object. - sig { abstract.params(response: T.untyped, options: T.untyped).returns(T::Hash[Symbol, T.untyped]) } + sig { abstract.params(response: T.untyped, options: T.untyped).returns(T.untyped) } def parse_response(response:, **options); end end end