diff options
| author | Frank <[email protected]> | 2026-02-17 01:32:57 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-02-17 01:32:57 -0500 |
| commit | a93a1b93e119a976935e5ab6f214ef7c33d60d45 (patch) | |
| tree | 06884ea188b36c63bb754d73ee15b7c3605e482a /packages/function | |
| parent | ace63b3ddb99335b9ff71121336f70407c4b3ea5 (diff) | |
| download | opencode-a93a1b93e119a976935e5ab6f214ef7c33d60d45.tar.gz opencode-a93a1b93e119a976935e5ab6f214ef7c33d60d45.zip | |
wip: zen
Diffstat (limited to 'packages/function')
| -rw-r--r-- | packages/function/sst-env.d.ts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index fea908213..737af71d4 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -181,10 +181,50 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS21": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS22": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS23": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS24": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS25": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS26": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS27": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS28": { + "type": "sst.sst.Secret" + "value": string + } + "ZEN_MODELS29": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS3": { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS30": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS4": { "type": "sst.sst.Secret" "value": string |
