Add Waste at Product Recipe
This commit is contained in:
@@ -42,6 +42,7 @@ export interface ProductRecipe {
|
||||
variant_id: string | null
|
||||
ingredient_id: string
|
||||
quantity: number
|
||||
waste: number
|
||||
created_at: string
|
||||
updated_at: string
|
||||
product: Product
|
||||
@@ -54,6 +55,7 @@ export interface ProductRecipeRequest {
|
||||
ingredient_id: string
|
||||
quantity: number
|
||||
outlet_id: string | null
|
||||
waste: number
|
||||
}
|
||||
|
||||
export interface IngredientUnit {
|
||||
|
||||
Reference in New Issue
Block a user