mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
1.1 KiB
1.1 KiB
CreateTopicTimerResponseBody
topic updated
Example Usage
import { CreateTopicTimerResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: CreateTopicTimerResponseBody = {
success: "OK",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
basedOnLastPost |
boolean | ➖ | N/A | |
categoryId |
string | ➖ | N/A | |
closed |
boolean | ➖ | N/A | |
duration |
string | ➖ | N/A | |
executeAt |
string | ➖ | N/A | |
success |
string | ➖ | N/A | OK |