Files
Dokploy-ts-sdk/docs/models/operations/postgresdeployrequest.md
2025-09-26 02:33:10 +00:00

460 B

PostgresDeployRequest

Example Usage

import { PostgresDeployRequest } from "dokploy/models/operations";

let value: PostgresDeployRequest = {
  postgresId: "<id>",
};

Fields

Field Type Required Description
postgresId string ✔️ N/A