mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
699 B
699 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 |