alias Laspatule::Repositories::DB::Recipes::RecipeRow
Alias Definition
{recipe_id: Int64, recipe_title: String, user_id: Int64, user_name: String, recipe_ingredient_id: Int64, recipe_ingredient_quantity: String, ingredient_id: Int64, ingredient_name: String, section_id: Int64, section_title: String, step_id: Int64, step_instruction: String}