Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.12 KB

meterquantity.md

File metadata and controls

19 lines (14 loc) · 2.12 KB

MeterQuantity

Example Usage

import { MeterQuantity } from "@polar-sh/sdk/models/components/meterquantity.js";

let value: MeterQuantity = {
  timestamp: new Date("2025-09-09T11:00:36.714Z"),
  quantity: 10,
};

Fields

Field Type Required Description Example
timestamp Date ✔️ The timestamp for the current period.
quantity number ✔️ The quantity for the current period. 10