mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
577 B
577 B
UpdateTopicTimestampRequestBody
Example Usage
import { UpdateTopicTimestampRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateTopicTimestampRequestBody = {
timestamp: "1594291380",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
timestamp |
string | ✔️ | N/A | 1594291380 |