Files
discoursejs/docs/sdk/models/operations/createtopictimerresponsebody.md

24 lines
1.1 KiB
Markdown

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