diff options
| author | Frank <[email protected]> | 2026-01-06 23:34:10 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-06 23:34:12 -0500 |
| commit | 23fc675ad5130e1770e52878a24879303cc5eaa8 (patch) | |
| tree | 1e93ec4db97c2fd4cd285f39a9881e26391f2f57 /packages/function | |
| parent | 22b058a33d40f0bdf1052fcc542b75f67f738fc6 (diff) | |
| download | opencode-23fc675ad5130e1770e52878a24879303cc5eaa8.tar.gz opencode-23fc675ad5130e1770e52878a24879303cc5eaa8.zip | |
wip: black
Diffstat (limited to 'packages/function')
| -rw-r--r-- | packages/function/sst-env.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index 27cc09145..4450c6cb6 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -98,6 +98,10 @@ declare module "sst" { "type": "sst.cloudflare.StaticSite" "url": string } + "ZEN_BLACK": { + "type": "sst.sst.Secret" + "value": string + } "ZEN_MODELS1": { "type": "sst.sst.Secret" "value": string |
