mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
15 lines
227 B
Markdown
15 lines
227 B
Markdown
# NotificationLevel
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { NotificationLevel } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: NotificationLevel = "2";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"0" | "1" | "2" | "3"
|
|
``` |