From 23fc675ad5130e1770e52878a24879303cc5eaa8 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 6 Jan 2026 23:34:10 -0500 Subject: wip: black --- packages/function/sst-env.d.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/function') 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 -- cgit v1.2.3