mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-07 20:37:44 +00:00
561 B
561 B
RedisSaveEnvironmentRequest
Example Usage
import { RedisSaveEnvironmentRequest } from "dokploy/models/operations";
let value: RedisSaveEnvironmentRequest = {
redisId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
redisId |
string | ✔️ | N/A |
env |
string | ➖ | N/A |