mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
2.8 KiB
2.8 KiB
Notifications
Example Usage
import { Notifications } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Notifications = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
createdAt |
string | ➖ | N/A |
data |
operations.Data | ➖ | N/A |
id |
number | ➖ | N/A |
notificationType |
number | ➖ | N/A |
postNumber |
string | ➖ | N/A |
read |
boolean | ➖ | N/A |
slug |
string | ➖ | N/A |
topicId |
number | ➖ | N/A |
userId |
number | ➖ | N/A |