# UserHeatmapData

UserHeatmapData represents the data needed to create a heatmap

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contributions** | **number** |  | [optional] [default to undefined]
**timestamp** | **number** | TimeStamp defines a timestamp | [optional] [default to undefined]

## Example

```typescript
import { UserHeatmapData } from 'berg';

const instance: UserHeatmapData = {
    contributions,
    timestamp,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
