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

19 lines
595 B
Markdown

# GetTopicTopicsActionsSummary
## Example Usage
```typescript
import { GetTopicTopicsActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetTopicTopicsActionsSummary = {
canAct: false,
id: 233078,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `canAct` | *boolean* | :heavy_check_mark: | N/A |
| `id` | *number* | :heavy_check_mark: | N/A |