Alokai

Suggestion

Representation of a Suggestion Suggestion

export interface Suggestion {
	'value'?: string;
}

Properties

NameRequiredTypeDescription
valueOptionalstringSuggestion value {string} Suggestion

On this page