diff --git a/src/things/dish.ts b/src/things/dish.ts index 92dfd98d..7d5cd043 100644 --- a/src/things/dish.ts +++ b/src/things/dish.ts @@ -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 */