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

    Type Alias SearchResultItem<T>

    type SearchResultItem<
        T extends Places
        | EnterpriseLocation
        | EnterpriseCategory,
    > = {
        item: T;
        match: MiniSearchResult["match"];
        score: number;
        type: T["__type"];
    }

    Type Parameters

    Index

    Properties

    Properties

    item: T
    match: MiniSearchResult["match"]
    score: number
    type: T["__type"]