export interface UserNewPasswordDTO { oldPassword: string; newPassword: string; }