This is the set of categories in response to the get category query

interface ProductCategoriesResult {
    categories?: ProductCategory[];
}

Properties

Properties

categories?: ProductCategory[]