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