interface CatalogRefs {
    products: Products;
    themes: Products;
}

Properties

Properties

products: Products
themes: Products