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