mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
15 lines
236 B
Markdown
15 lines
236 B
Markdown
# Flag
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Flag } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: Flag = "active";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"active" | "new" | "staff" | "suspended" | "blocked" | "suspect"
|
|
``` |