Module: Dependabot::Clients::JsonResponseParser

Extended by:
T::Sig
Included in:
Azure, Bitbucket
Defined in:
lib/dependabot/clients/json_response_parser.rb

Constant Summary collapse

JsonObject =
T.type_alias { T::Hash[String, Object] }
JsonObjects =
T.type_alias { T::Array[JsonObject] }