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