UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 666 B
# 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)