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