mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 12:27:49 +00:00
23 lines
771 B
Markdown
23 lines
771 B
Markdown
# UserThemes
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UserThemes } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UserThemes = {
|
|
colorSchemeId: 456520,
|
|
default: false,
|
|
name: "<value>",
|
|
themeId: 592081,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `colorSchemeId` | *number* | :heavy_check_mark: | N/A |
|
|
| `default` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `name` | *string* | :heavy_check_mark: | N/A |
|
|
| `themeId` | *number* | :heavy_check_mark: | N/A | |