interface Taxonomy {
    categories: Categories;
    tags: Tags;
}

Properties

Properties

categories: Categories
tags: Tags