SuggestionList
Representation of a Suggestion List SuggestionList
export interface SuggestionList {
'suggestions'?: Array<Suggestion>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
suggestions | Optional | Array<Suggestion> | List of suggestions {Array<Suggestion>} SuggestionList |