refactor: remove the type SCDrinkCategories

This commit is contained in:
Michel Jonathan Schmitz
2019-01-17 12:33:24 +01:00
parent 73484ac686
commit f9a73e2b9c
-15
View File
@@ -113,21 +113,6 @@ export type SCDishCategories =
| 'soup'
| 'side dish';
/**
* A list of categories for drinks
*/
export type SCDrinkCategories =
'wine'
| 'beer'
| 'coffee'
| 'tea'
| 'milk drink'
| 'juice'
| 'short drink'
| 'sparkling wine'
| 'water'
| 'soft drink';
/**
* Type definition for SCNutritionInformation
*