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