mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
19 lines
479 B
Markdown
19 lines
479 B
Markdown
# ListGroupsExtras
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListGroupsExtras } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListGroupsExtras = {
|
|
typeFilters: [
|
|
"<value>",
|
|
],
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `typeFilters` | *any*[] | :heavy_check_mark: | N/A | |