Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

SuggestionList

Representation of a Suggestion List SuggestionList

export interface SuggestionList {
	'suggestions'?: Array<Suggestion>;
}

Properties

NameRequiredTypeDescription
suggestionsOptionalArray<Suggestion>List of suggestions {Array<Suggestion>} SuggestionList

Referenced Types

On this page