mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 20:37:45 +00:00
18 lines
720 B
Markdown
18 lines
720 B
Markdown
# ListLatestTopicsPosters
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListLatestTopicsPosters } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListLatestTopicsPosters = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `description` | *string* | :heavy_minus_sign: | N/A |
|
|
| `extras` | *string* | :heavy_minus_sign: | N/A |
|
|
| `primaryGroupId` | *string* | :heavy_minus_sign: | N/A |
|
|
| `userId` | *number* | :heavy_minus_sign: | N/A | |