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