mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-10 12:27:49 +00:00
10 lines
920 B
Markdown
10 lines
920 B
Markdown
# SalesTimeseries
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------- | ----------------------------------------- | ----------------------------------------- | ----------------------------------------- |
|
|
| `start` | *string* | :heavy_check_mark: | The starting timestamp of the interval |
|
|
| `sales` | *number* | :heavy_check_mark: | The number of sales in the interval |
|
|
| `amount` | *number* | :heavy_check_mark: | The total amount of sales in the interval | |