progress: work on inner section of recipe create function
This commit is contained in:
@@ -47,6 +47,8 @@ export interface IIngredient extends HasHistory {
|
||||
export interface RecipeIngredient extends Partial<IIngredient> {
|
||||
unit: string
|
||||
quantity: string | number
|
||||
ingredientid: string | number
|
||||
recipeid: string | number
|
||||
}
|
||||
|
||||
export interface ICollection extends HasHistory, CanDeactivate {
|
||||
|
||||
Reference in New Issue
Block a user