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

19 lines
552 B
Markdown

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