mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
871 B
871 B
CreateTopicTimerRequestBody
Example Usage
import { CreateTopicTimerRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: CreateTopicTimerRequestBody = {
time: "",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
basedOnLastPost |
boolean | ➖ | N/A | |
categoryId |
number | ➖ | N/A | |
statusType |
string | ➖ | N/A | |
time |
string | ➖ | N/A |