mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
19 lines
2.2 KiB
Markdown
19 lines
2.2 KiB
Markdown
# ListLatestTopicsResponseBody
|
|
|
|
topic updated
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListLatestTopicsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListLatestTopicsResponseBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
|
|
| `primaryGroups` | *any*[] | :heavy_minus_sign: | N/A |
|
|
| `topicList` | [operations.ListLatestTopicsTopicList](../../../sdk/models/operations/listlatesttopicstopiclist.md) | :heavy_minus_sign: | N/A |
|
|
| `users` | [operations.ListLatestTopicsUsers](../../../sdk/models/operations/listlatesttopicsusers.md)[] | :heavy_minus_sign: | N/A | |