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

19 lines
586 B
Markdown

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