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

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