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