<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FacetGroupEntry](./x-components.facetgroupentry.md)

## FacetGroupEntry interface

An object containing a facet id and the group id it belongs to.

**Signature:**

```typescript
export interface FacetGroupEntry 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [facetId](./x-components.facetgroupentry.facetid.md) |  | Facet\['id'\] | The facet id. |
|  [groupId](./x-components.facetgroupentry.groupid.md) |  | [GroupId](./x-components.groupid.md) | The group id. |

