Explorar o código

Add notes property to Ingredient Model

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
76d74e1276
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      recipes/src/types/recipes.ts

+ 1 - 0
recipes/src/types/recipes.ts

@@ -3,6 +3,7 @@ export interface Ingredient {
   quantity: number,
   unit: string,
   _original: string,
+  notes?: string,
   suggestions?: Suggestion[],
 }