mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
989 B
989 B
CreateGroupRequestBody
Example Usage
import { CreateGroupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: CreateGroupRequestBody = {
group: {
name: "<value>",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
group |
operations.Group | ✔️ | N/A |