Skip to content
Snippets Groups Projects

F5 restaurants

Files

@@ -8,6 +8,9 @@ export interface Ingredient {
/** Name of the ingredient */
name: string;
/** Raw name of the ingredient picture */
picture: string;
}
/** Describe a ingredient used in a recipe */
@@ -31,6 +34,9 @@ export interface IngredientApi {
/** Name of the ingredient */
name: string;
/** Picture of the ingredient */
picture: string;
}
/**
Loading