mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
20 lines
871 B
Markdown
20 lines
871 B
Markdown
# CreateTopicTimerRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { CreateTopicTimerRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: CreateTopicTimerRequestBody = {
|
|
time: "",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `basedOnLastPost` | *boolean* | :heavy_minus_sign: | N/A | |
|
|
| `categoryId` | *number* | :heavy_minus_sign: | N/A | |
|
|
| `statusType` | *string* | :heavy_minus_sign: | N/A | |
|
|
| `time` | *string* | :heavy_minus_sign: | N/A | | |