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