An object describing the git suggestion. Git suggestions are currently limited to suggested pull requests.

interface GitSuggestion {
    properties?: { [key: string]: any };
    type?: string;
}

Properties

Properties

properties?: { [key: string]: any }

Specific properties describing the suggestion.

type?: string

The type of suggestion (e.g. pull request).