Interface SearchResultEnterpriseCategory

interface SearchResultEnterpriseCategory {
    item: EnterpriseCategory;
    match: MatchInfo;
    score: number;
    type: "enterprise-category";
}

Properties

Properties

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