mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
16 lines
551 B
Markdown
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 | |