Suggestion | MiniSearch (original) (raw)

Type alias Suggestion

Suggestion: {
score: number;
suggestion: string;
terms: string[];
}

The type of auto-suggestions

Type declaration

Score for the suggestion

The suggestion

Suggestion as an array of terms