diff options
| author | Frank <[email protected]> | 2026-01-22 12:40:42 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-22 13:02:28 -0500 |
| commit | a890d51bbc6a5608ad5992c74ee49153775aceb3 (patch) | |
| tree | 5b4e4b53cfc44db4242b23d3bce48bba4a303a67 /packages/function/sst-env.d.ts | |
| parent | bb582416f216de684bf6861353a3111cde2c461d (diff) | |
| download | opencode-a890d51bbc6a5608ad5992c74ee49153775aceb3.tar.gz opencode-a890d51bbc6a5608ad5992c74ee49153775aceb3.zip | |
wip: zen black
Diffstat (limited to 'packages/function/sst-env.d.ts')
| -rw-r--r-- | packages/function/sst-env.d.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index 66c06a824..cb4902813 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -118,10 +118,17 @@ declare module "sst" { "type": "sst.cloudflare.StaticSite" "url": string } - "ZEN_BLACK": { + "ZEN_BLACK_LIMITS": { "type": "sst.sst.Secret" "value": string } + "ZEN_BLACK_PRICE": { + "plan100": string + "plan20": string + "plan200": string + "product": string + "type": "sst.sst.Linkable" + } "ZEN_MODELS1": { "type": "sst.sst.Secret" "value": string |
