From 6aa4928e9e9430f8d1e9b009fd4a64f400fe0da9 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 3 Mar 2026 00:25:03 -0500 Subject: wip: zen --- packages/function/sst-env.d.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'packages/function') diff --git a/packages/function/sst-env.d.ts b/packages/function/sst-env.d.ts index edff904e0..23ae6e44b 100644 --- a/packages/function/sst-env.d.ts +++ b/packages/function/sst-env.d.ts @@ -119,10 +119,6 @@ declare module "sst" { "type": "sst.cloudflare.StaticSite" "url": string } - "ZEN_BLACK_LIMITS": { - "type": "sst.sst.Secret" - "value": string - } "ZEN_BLACK_PRICE": { "plan100": string "plan20": string @@ -130,7 +126,7 @@ declare module "sst" { "product": string "type": "sst.sst.Linkable" } - "ZEN_LITE_LIMITS": { + "ZEN_LIMITS": { "type": "sst.sst.Secret" "value": string } -- cgit v1.2.3