# PostgresSaveEnvironmentRequest ## Example Usage ```typescript import { PostgresSaveEnvironmentRequest } from "dokploy/models/operations"; let value: PostgresSaveEnvironmentRequest = { postgresId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `postgresId` | *string* | :heavy_check_mark: | N/A | | `env` | *string* | :heavy_minus_sign: | N/A |