Type Alias: SetEnvVarRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
key | string | Yes | Environment variable name (example: "API_KEY") |
value | string | Yes | Environment variable value (example: "sk-...") |
isSecret | boolean | No | Whether this is a secret |
Defined in
4Players/cortex-typescript-sdk/src/resources/functions.ts:19