From 02920af4a42bbbb67b3763e6abeb9f333cba8c49 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Thu, 3 Dec 2020 19:04:31 +0100 Subject: [PATCH] refactor: make SCDish additives translatable --- src/things/dish.ts | 7 +++++++ 1 file changed, 7 insertions(+) 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 */