mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
241 B
241 B
Period
Example Usage
import { Period } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Period = "weekly";
Values
"daily" | "weekly" | "monthly" | "quarterly" | "yearly" | "all"