Type Alias CategoryConfig

CategoryConfig: Omit<
    CategoryConfig,
    keyof typeof defaultCategoryConfig
    | "pageType",
> & Partial<Pick<CategoryConfig, keyof typeof defaultCategoryConfig>>
MMNEPVFCICPMFPCPTTAAATR