refactor: make SCDish additives translatable

This commit is contained in:
Rainer Killinger
2021-02-01 13:24:12 +00:00
parent 0c14b0f1a0
commit 02920af4a4
+7
View File
@@ -91,6 +91,13 @@ export interface SCDish
export interface SCDishTranslatableProperties
extends SCThingWithCategoriesTranslatableProperties, SCThingThatCanBeOfferedTranslatableProperties {
/**
* Additives of the dish
*
* @filterable
* @keyword
*/
additives?: string[];
/**
* Characteristics of the dish
*/