export class ResetPassDto { userName?: string; phone?: string; email?: string; smsCode?: string; newPass?: string; };