mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
620 B
620 B
AnonymizeUserResponseBody
response
Example Usage
import { AnonymizeUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: AnonymizeUserResponseBody = {
success: "<value>",
username: "Casimer.Kutch",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
success |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |