refactor: make SCDish additives translatable

This commit is contained in:
Rainer Killinger
2020-12-03 19:04:31 +01:00
parent 0c14b0f1a0
commit 02920af4a4

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
*/