interface SuggestionResult {
    [key: string]: Suggestion[];
}

Indexable

[key: string]: Suggestion[]

Generated using TypeDoc