export interface IPlatformUserAccountVm { companyRoleGuid?: string; companyRole?: string; displayName?: string; 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; created?: Date; }