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

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 |