# 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 |