# 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 |