interface SuggestionsWithMetadata {
    suggestions: Suggestion[];
}

Properties

Properties

suggestions: Suggestion[]