mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
1.3 KiB
1.3 KiB
SetNotificationLevelRequestBody
Example Usage
import { SetNotificationLevelRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SetNotificationLevelRequestBody = {
notificationLevel: "2",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
notificationLevel |
operations.NotificationLevel | ✔️ | N/A |