mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
777 B
777 B
ApprovedBy
Example Usage
import { ApprovedBy } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ApprovedBy = {
avatarTemplate: "<value>",
id: 692532,
name: "<value>",
username: "Lafayette_Reinger",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
avatarTemplate |
string | ✔️ | N/A |
id |
number | ✔️ | N/A |
name |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |