Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias Suggestion

    The type of auto-suggestions

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

    Properties

    score: number

    Score for the suggestion

    suggestion: string

    The suggestion

    terms: string[]

    Suggestion as an array of terms