Search
Provides struct and type for NullableGitUser
@type nullable() :: %GitHub.Git.User{ date: String.t() | nil, email: String.t() | nil, name: String.t() | nil }