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

21 lines
620 B
Markdown

# AnonymizeUserResponseBody
response
## Example Usage
```typescript
import { AnonymizeUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: AnonymizeUserResponseBody = {
success: "<value>",
username: "Casimer.Kutch",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `success` | *string* | :heavy_check_mark: | N/A |
| `username` | *string* | :heavy_check_mark: | N/A |