export interface IResetPasswordDTO { password: string; resetToken: string; }