mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 12:27:49 +00:00
20 lines
3.3 KiB
Markdown
20 lines
3.3 KiB
Markdown
# ListLatestTopicsTopicList
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListLatestTopicsTopicList } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListLatestTopicsTopicList = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
|
|
| `canCreateTopic` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `draft` | *string* | :heavy_minus_sign: | N/A |
|
|
| `draftKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `draftSequence` | *number* | :heavy_minus_sign: | N/A |
|
|
| `perPage` | *number* | :heavy_minus_sign: | N/A |
|
|
| `topics` | [operations.ListLatestTopicsTopics](../../../sdk/models/operations/listlatesttopicstopics.md)[] | :heavy_minus_sign: | N/A | |