diff options
| author | Frank <[email protected]> | 2025-12-11 23:41:04 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-11 23:41:04 -0500 |
| commit | 57120e69edadb5dd6a03538ee8dfb85a228d5173 (patch) | |
| tree | 8778c6788bc00a45b78dd94425b47bb9c1f9a8b6 /packages/function/sst-env.d.ts | |
| parent | 11efda3f5caae86848478cebe479cab5f5fde002 (diff) | |
| download | opencode-57120e69edadb5dd6a03538ee8dfb85a228d5173.tar.gz opencode-57120e69edadb5dd6a03538ee8dfb85a228d5173.zip | |
Zen: sync
Diffstat (limited to 'packages/function/sst-env.d.ts')
| -rw-r--r-- | packages/function/sst-env.d.ts | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index 0b09bfd0c..632ea3fbe 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -50,10 +50,6 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } - "Enterprise": { - "type": "sst.cloudflare.SolidStart" - "url": string - } "GITHUB_APP_ID": { "type": "sst.sst.Secret" "value": string @@ -94,6 +90,10 @@ declare module "sst" { "type": "sst.sst.Linkable" "value": string } + "Teams": { + "type": "sst.cloudflare.SolidStart" + "url": string + } "Web": { "type": "sst.cloudflare.Astro" "url": string @@ -114,6 +114,10 @@ declare module "sst" { "type": "sst.sst.Secret" "value": string } + "ZEN_MODELS5": { + "type": "sst.sst.Secret" + "value": string + } } } // cloudflare |
