Search
Provides struct and type for a Gist.CommitChangeStatus
@type t() :: %GitHub.Gist.CommitChangeStatus{ __info__: map(), additions: integer() | nil, deletions: integer() | nil, total: integer() | nil }