Search
Provides struct and type for RepositorySubscription
@type t() :: %GitHub.Repository.Subscription{ created_at: String.t(), ignored: boolean(), reason: String.t() | nil, repository_url: String.t(), subscribed: boolean(), url: String.t() }