export interface IRecoveryPasswordForm { token: string | undefined newPassword: string }