renamed models, added mapper for recipes
This commit is contained in:
parent
7a6f5b5bcd
commit
8027fce80d
21 changed files with 164 additions and 61 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { AbstractDto } from "./AbstractDto.js";
|
||||
import { AbstractDto } from "./AbstractDto.ts";
|
||||
|
||||
export class UserDto extends AbstractDto {
|
||||
firstName?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue