Search
Provides struct and type for a PullRequest.BaseRepoPermissions
@type t() :: %GitHub.PullRequest.BaseRepoPermissions{ __info__: map(), admin: boolean(), maintain: boolean() | nil, pull: boolean(), push: boolean(), triage: boolean() | nil }