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