mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
476 B
476 B
NotificationRemoveRequest
Example Usage
import { NotificationRemoveRequest } from "dokploy/models/operations";
let value: NotificationRemoveRequest = {
notificationId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
notificationId |
string | ✔️ | N/A |