interface CustomerSearchResult {
    id: string;
    relevance: number;
}

Properties

Properties

id: string

id of the Customer matching the search query.

relevance: number

How closely this customer matches the search query.