Interface WarehouseIngredient

Ingredient in the warehouse schema

interface WarehouseIngredient {
    name: string;
    quantity: number;
}

Properties

Properties

name: string
quantity: number