jamespot-user-api
    Preparing search index...

    Type Alias SearchCategoryModel

    type SearchCategoryModel = {
        active?: boolean;
        count?: number;
        cssclass?: string;
        facets: SearchFacetModel[];
        id: string;
        mainType: string;
        title: string;
        type?: string;
        typesExcluded: string[];
    }
    Index

    Properties

    active?: boolean
    count?: number
    cssclass?: string
    id: string
    mainType: string
    title: string
    type?: string
    typesExcluded: string[]