diff options
| author | Frank <[email protected]> | 2026-01-30 12:19:36 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-30 12:19:36 -0500 |
| commit | 7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be (patch) | |
| tree | 5374a7eb115c43478e925f25d8e64b7d2167787f /sst-env.d.ts | |
| parent | 1aade4b30817b8ecd2edb708737ed554879c2f28 (diff) | |
| download | opencode-7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be.tar.gz opencode-7cb84f13d3b73c6bd6e6f7949bb952da1af3f2be.zip | |
wip: zen (#11343)
Diffstat (limited to 'sst-env.d.ts')
| -rw-r--r-- | sst-env.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sst-env.d.ts b/sst-env.d.ts index 0b4cbffe2..2d60c83ec 100644 --- a/sst-env.d.ts +++ b/sst-env.d.ts @@ -159,6 +159,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS10": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS2": { "type": "sst.sst.Secret" "value": string @@ -187,6 +191,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS9": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_SESSION_SECRET": { "type": "sst.sst.Secret" "value": string |
