mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 12:27:48 +00:00
15 lines
251 B
Markdown
15 lines
251 B
Markdown
# Status
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Status } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: Status = "pinned_globally";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"closed" | "pinned" | "pinned_globally" | "archived" | "visible"
|
|
``` |