mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 04:19:39 +00:00
560 B
560 B
PenaltyCounts
Example Usage
import { PenaltyCounts } from "@lukehagar/discoursejs/sdk/models/operations";
let value: PenaltyCounts = {
silenced: 618016,
suspended: 749170,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
silenced |
number | ✔️ | N/A |
suspended |
number | ✔️ | N/A |