The results from a JQL query.

interface AutoCompleteSuggestions {
    results?: AutoCompleteSuggestion[];
}

Properties

Properties

The list of suggested item.