# CreateTopicTimerResponseBody topic updated ## Example Usage ```typescript import { CreateTopicTimerResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: CreateTopicTimerResponseBody = { success: "OK", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `basedOnLastPost` | *boolean* | :heavy_minus_sign: | N/A | | | `categoryId` | *string* | :heavy_minus_sign: | N/A | | | `closed` | *boolean* | :heavy_minus_sign: | N/A | | | `duration` | *string* | :heavy_minus_sign: | N/A | | | `executeAt` | *string* | :heavy_minus_sign: | N/A | | | `success` | *string* | :heavy_minus_sign: | N/A | OK |