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

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 |