Files
discoursejs/docs/sdk/models/operations/period.md

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"
```