> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Contacts

[**@smokeballdev/smokeball-client-sdk**](./../../../../README)

***

# Interface: Contact

The contact entity from Smokeball.

## Properties

### company?

> `optional` **company**: [`Company`](./Company)

Company details of the contact.

***

### groupOfPeople?

> `optional` **groupOfPeople**: [`GroupOfPeople`](./GroupOfPeople)

Group of people details of the contact.

***

### id

> **id**: `string`

Contact id.

***

### isDeleted

> **isDeleted**: `boolean`

Returns true if the contact is deleted.

***

### lastUpdated

> **lastUpdated**: `number`

Last updated timestamp of the contact.

***

### person?

> `optional` **person**: [`Person`](./Person)

Person details of the contact.

***

### versionId

> **versionId**: `string`

Version id. Can be used to determine if the contact has changed.
