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