mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
23 lines
782 B
Markdown
23 lines
782 B
Markdown
# GetTopicActionsSummary
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetTopicActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: GetTopicActionsSummary = {
|
|
canAct: false,
|
|
count: 895692,
|
|
hidden: false,
|
|
id: 95619,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `canAct` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `count` | *number* | :heavy_check_mark: | N/A |
|
|
| `hidden` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `id` | *number* | :heavy_check_mark: | N/A | |