Add recipe deletion functionality and enhance inventory consumption details
This commit is contained in:
@@ -53,6 +53,7 @@ export type InventoryConsumption = {
|
||||
amountUsed: string;
|
||||
comment: string | null;
|
||||
createdAt: string;
|
||||
inventoryItem?: { unit: string };
|
||||
};
|
||||
export type RecipeIngredient = {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user