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