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

16 lines
551 B
Markdown

# InviteToTopicRequestBody
## Example Usage
```typescript
import { InviteToTopicRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: InviteToTopicRequestBody = {};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `email` | *string* | :heavy_minus_sign: | N/A |
| `user` | *string* | :heavy_minus_sign: | N/A |