added incomplete recipe point, controller and mapper implementation
This commit is contained in:
parent
d94251dea4
commit
3a887d8dbb
5 changed files with 134 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ import { RecipeInstructionStepDto } from "./RecipeInstructionStepDto.js";
|
|||
*/
|
||||
|
||||
export class RecipeDto extends AbstractDto {
|
||||
title?: string;
|
||||
title!: string;
|
||||
amount?: number
|
||||
amountDescription?: string;
|
||||
instructions?: RecipeInstructionStepDto[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue