Search
Provides struct and type for a PullRequest.MergeResult
@type t() :: %GitHub.PullRequest.MergeResult{ __info__: map(), merged: boolean(), message: String.t(), sha: String.t() }