Interface SearchResultEnterpriseLocations

interface SearchResultEnterpriseLocations {
    item: EnterpriseLocation;
    match: MatchInfo;
    score: number;
    type: "enterprise-location";
}

Properties

Properties

match: MatchInfo
score: number
type: "enterprise-location"