Files
todo-list/server/src/dto/user.dto.ts
2022-07-08 19:08:23 -03:00

4 lines
54 B
TypeScript

export type UserDto = {
id: number
email: string
}