export interface ResendOtpData { MailAddress: string; Password: string; LoginType: string; Tenant: string; Secrete: string; RedirectUri: string; }