fix: remove categories from custom translations

This commit is contained in:
Rainer Killinger
2019-11-11 14:42:52 +01:00
parent e92bf6f7c7
commit 9658f05d31
2 changed files with 0 additions and 8 deletions

View File

@@ -62,10 +62,6 @@ export interface SCThingWithCategories<T, U extends SCThingWithCategoriesSpecifi
*/
export interface SCThingWithCategoriesTranslatableProperties
extends SCThingTranslatableProperties {
/**
* translations of the categories of a thing with categories
*/
categories?: string[];
}
/**