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