Search
Provides struct and type for a LabelSearchResultItem
@type t() :: %GitHub.LabelSearchResultItem{ __info__: map(), color: String.t(), default: boolean(), description: String.t() | nil, id: integer(), name: String.t(), node_id: String.t(), score: number(), text_matches: [GitHub.SearchResultTextMatches.t()] | nil, url: String.t() }