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

Properties

Properties

id: string

id of the BusinessUnit matching the search query.

relevance: number

How closely this customer matches the search query.