export interface LoginData { MailAddress: string; Password: string; LoginType: string; Tenant: string; Secrete: string; Token?: string; }