nextemos 5.5.14 → 5.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -132,8 +132,6 @@ export interface ICategoryTreeItem {
|
|
|
132
132
|
}
|
|
133
133
|
export interface IBlogPostsResponse extends IResponsePaging {
|
|
134
134
|
blogPosts: IBlogPost[];
|
|
135
|
-
categories?: IBlogCategory[];
|
|
136
|
-
blogTags?: IBlogTag[];
|
|
137
135
|
facets: IFacet[];
|
|
138
136
|
}
|
|
139
137
|
export interface IBlogPostResponse extends IResponse {
|