diff options
Diffstat (limited to 'packages/function')
| -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 |
