mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 20:37:48 +00:00
705 B
705 B
AdminGetUserPenaltyCounts
Example Usage
import { AdminGetUserPenaltyCounts } from "@lukehagar/discoursejs/sdk/models/operations";
let value: AdminGetUserPenaltyCounts = {
silenced: 428769,
suspended: 878453,
total: 135474,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
silenced |
number | ✔️ | N/A |
suspended |
number | ✔️ | N/A |
total |
number | ✔️ | N/A |