Files
discoursejs/docs/sdk/models/operations/gettopicactionssummary.md

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 |