Renaming of rest resources
This commit is contained in:
parent
f936e84168
commit
face2f45e4
41 changed files with 61 additions and 61 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import { AbstractDto } from "./AbstractDto.js";
|
||||
import { RecipeIngredientDto } from "./RecipeIngredientDto.js";
|
||||
|
||||
export class RecipeIngredientGroupDto extends AbstractDto{
|
||||
title?: string;
|
||||
sortOrder!: number;
|
||||
recipeId?: string;
|
||||
ingredients!: RecipeIngredientDto[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue