mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.368.0
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
# NotificationLevel
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { NotificationLevel } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: NotificationLevel = "2";
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `Zero` | 0 |
|
||||
| `One` | 1 |
|
||||
| `Two` | 2 |
|
||||
| `Three` | 3 |
|
||||
```typescript
|
||||
"0" | "1" | "2" | "3"
|
||||
```
|
||||
Reference in New Issue
Block a user