mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
1.3 KiB
1.3 KiB
Owners
Example Usage
import { Owners } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Owners = {
addedAt: "<value>",
avatarTemplate: "<value>",
id: 83112,
lastPostedAt: "<value>",
lastSeenAt: "<value>",
name: "<value>",
timezone: "Asia/Magadan",
title: "<value>",
username: "Drew66",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
addedAt |
string | ✔️ | N/A |
avatarTemplate |
string | ✔️ | N/A |
id |
number | ✔️ | N/A |
lastPostedAt |
string | ✔️ | N/A |
lastSeenAt |
string | ✔️ | N/A |
name |
string | ✔️ | N/A |
timezone |
string | ✔️ | N/A |
title |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |