mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
888 B
888 B
LinkCounts
Example Usage
import { LinkCounts } from "@lukehagar/discoursejs/sdk/models/operations";
let value: LinkCounts = {
clicks: 46806,
internal: false,
reflection: false,
title: "<value>",
url: "https://wild-retrospectivity.com",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
clicks |
number | ✔️ | N/A |
internal |
boolean | ✔️ | N/A |
reflection |
boolean | ✔️ | N/A |
title |
string | ✔️ | N/A |
url |
string | ✔️ | N/A |