mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
17 lines
1.1 KiB
Markdown
17 lines
1.1 KiB
Markdown
# ListPostsResponseBody
|
|
|
|
latest posts
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListPostsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListPostsResponseBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
|
| `latestPosts` | [operations.LatestPosts](../../../sdk/models/operations/latestposts.md)[] | :heavy_minus_sign: | N/A | |