import { MeterQuantity } from "@polar-sh/sdk/models/components/meterquantity.js";
let value: MeterQuantity = {
timestamp: new Date("2025-09-09T11:00:36.714Z"),
quantity: 10,
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
timestamp |
Date | ✔️ | The timestamp for the current period. | |
quantity |
number | ✔️ | The quantity for the current period. | 10 |