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