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