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