implement item dtos
This commit is contained in:
@@ -7,13 +7,7 @@ export interface Item {
|
||||
lastEditedAt: string;
|
||||
}
|
||||
|
||||
export interface RegisterDto {
|
||||
username: string;
|
||||
email: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
export interface LoginDto {
|
||||
username: string;
|
||||
password: string;
|
||||
export interface ItemDto {
|
||||
name: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user