Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 240 Bytes

timeinterval.md

File metadata and controls

15 lines (10 loc) · 240 Bytes

TimeInterval

Example Usage

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

let value: TimeInterval = "month";

Values

"year" | "month" | "week" | "day" | "hour"