mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
490 B
490 B
DeleteUserResponseBody
response
Example Usage
import { DeleteUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: DeleteUserResponseBody = {
deleted: false,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
deleted |
boolean | ✔️ | N/A |