diff options
| author | Frank <[email protected]> | 2026-02-08 10:31:07 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-02-08 10:31:09 -0500 |
| commit | 80c1c59ed34cd19119bbb53f40e5214cae35ad29 (patch) | |
| tree | 3ba62af0b3f067064fa9eed15e2b17301e5a33b8 /packages/console/function | |
| parent | 7c6b8d7a8a7180f330b83b736c46a62fb5f91258 (diff) | |
| download | opencode-80c1c59ed34cd19119bbb53f40e5214cae35ad29.tar.gz opencode-80c1c59ed34cd19119bbb53f40e5214cae35ad29.zip | |
wip: zen
Diffstat (limited to 'packages/console/function')
| -rw-r--r-- | packages/console/function/sst-env.d.ts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/console/function/sst-env.d.ts b/packages/console/function/sst-env.d.ts index 0769c7633..fea908213 100644 --- a/packages/console/function/sst-env.d.ts +++ b/packages/console/function/sst-env.d.ts @@ -137,10 +137,50 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS11": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS12": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS13": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS14": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS15": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS16": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS17": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS18": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS19": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS2": { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS20": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS3": { "type": "sst.sst.Secret" "value": string |
