Update
This commit is contained in:
@ -22,9 +22,10 @@ export type RecipeModelType = {
|
||||
preparation?: string;
|
||||
fermentation?:{
|
||||
bulk: string;
|
||||
final: string
|
||||
final: string;
|
||||
}
|
||||
portions?: string;
|
||||
cooking?: string;
|
||||
total_time?: string;
|
||||
ingredients?: [{
|
||||
name?: string;
|
||||
|
Reference in New Issue
Block a user