GitSuggestion interface
An object describing the git suggestion. Git suggestions are currently limited to suggested pull requests.
Properties
properties | Specific properties describing the suggestion. |
type | The type of suggestion (e.g. pull request). |
Property Details
properties
Specific properties describing the suggestion.
properties: {[key: string]: any}
Property Value
{[key: string]: any}
type
The type of suggestion (e.g. pull request).
type: string
Property Value
string