PIbd-23_Dyakonov_R_R_SUBD_P.../server/controllers/user/user.dto.ts

8 lines
124 B
TypeScript

export interface IUserDto {
nickname: string;
avatar: string;
email: string;
password: string;
role_id: number;
}