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

19 lines
583 B
Markdown

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