# Period ## Example Usage ```typescript import { Period } from "@lukehagar/discoursejs/sdk/models/operations"; let value: Period = "weekly"; ``` ## Values ```typescript "daily" | "weekly" | "monthly" | "quarterly" | "yearly" | "all" ```