export interface IPlatformUserAccountVm { loginCount: number; subscriptionPlanActiveTo?: Date; guid: string; firstName?: string; lastName?: string; email?: string; phone?: string; postCode?: string; street?: string; city?: string; country?: string; subscriptionPlan?: string; companyName?: string; lastLoginDate?: Date; }