Suggestion
Representation of a Suggestion Suggestion
export interface Suggestion {
'value'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
value | Optional | string | Suggestion value {string} Suggestion |
Representation of a Suggestion Suggestion
export interface Suggestion {
'value'?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
value | Optional | string | Suggestion value {string} Suggestion |