Search
Provides struct and type for PullRequestMinimal
@type t() :: %GitHub.PullRequest.Minimal{ base: map(), head: map(), id: integer(), number: integer(), url: String.t() }