***

title: "CustomerHistoryEntryComponent"
generated: true
---------------

<GenerationInfo sourceFile="packages/admin-ui/src/lib/core/src/providers/custom-history-entry-component/history-entry-component-types.ts" sourceLine="64" packageName="@vendure/admin-ui" since="1.9.0" />

Used to implement a [HistoryEntryComponent](/current/core/reference/admin-ui-api/custom-history-entry-components/history-entry-component#historyentrycomponent) which requires access to the Customer object.

```ts title="Signature"
interface CustomerHistoryEntryComponent extends HistoryEntryComponent {
    customer: CustomerFragment;
}
```

* Extends: [`HistoryEntryComponent`](/current/core/reference/admin-ui-api/custom-history-entry-components/history-entry-component#historyentrycomponent)

<div className="members-wrapper">

### customer

\<MemberInfo kind="property" type={`CustomerFragment`}   />

</div>
