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

17 lines
472 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 |