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

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 |