mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
782 B
782 B
GetTopicActionsSummary
Example Usage
import { GetTopicActionsSummary } from "@lukehagar/discoursejs/sdk/models/operations";
let value: GetTopicActionsSummary = {
canAct: false,
count: 895692,
hidden: false,
id: 95619,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
canAct |
boolean | ✔️ | N/A |
count |
number | ✔️ | N/A |
hidden |
boolean | ✔️ | N/A |
id |
number | ✔️ | N/A |